summaryrefslogtreecommitdiff
path: root/fs/expose
diff options
context:
space:
mode:
authorbtimby <btimby@67cdc799-7952-0410-af00-57a81ceafa0f>2012-11-15 07:00:56 +0000
committerbtimby <btimby@67cdc799-7952-0410-af00-57a81ceafa0f>2012-11-15 07:00:56 +0000
commite748327ecbfec4a1bce2e005e3ab771b7c9afcc5 (patch)
tree6c4a2ccc87f87781a02ab48d24fa14b9ba4223d1 /fs/expose
parent1134c3f6bc6a1580080d0b40f7fd19c312062804 (diff)
downloadpyfilesystem-git-e748327ecbfec4a1bce2e005e3ab771b7c9afcc5.tar.gz
Whitespace cleanup.
Diffstat (limited to 'fs/expose')
-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