summaryrefslogtreecommitdiff
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
commit31859519763229d5e83a3e5942b64ae7dc801f0e (patch)
tree6c4a2ccc87f87781a02ab48d24fa14b9ba4223d1
parent3c00c597507dbd97ebf07201ffab645ad1be7643 (diff)
downloadpyfilesystem-31859519763229d5e83a3e5942b64ae7dc801f0e.tar.gz
Whitespace cleanup.
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@826 67cdc799-7952-0410-af00-57a81ceafa0f
-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