summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/expose/ftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/expose/ftp.py b/fs/expose/ftp.py
index b2dcb42..36be79d 100644
--- a/fs/expose/ftp.py
+++ b/fs/expose/ftp.py
@@ -27,6 +27,7 @@ from fs.path import *
from fs.osfs import OSFS
from fs.errors import convert_fs_errors
+
# Get these once so we can reuse them:
UID = os.getuid()
GID = os.getgid()
@@ -225,7 +226,6 @@ class FTPFSHandler(ftpserver.FTPHandler):
super(FTPFSHandler, self).close()
-
class FTPFSFactory(object):
"""
A factory class which can hold a reference to a file system object and