From 31859519763229d5e83a3e5942b64ae7dc801f0e Mon Sep 17 00:00:00 2001 From: btimby Date: Thu, 15 Nov 2012 07:00:56 +0000 Subject: Whitespace cleanup. git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@826 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/expose/ftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1