Commit e748327e by btimby

Whitespace cleanup.

parent 1134c3f6
...@@ -27,6 +27,7 @@ from fs.path import * ...@@ -27,6 +27,7 @@ from fs.path import *
from fs.osfs import OSFS from fs.osfs import OSFS
from fs.errors import convert_fs_errors from fs.errors import convert_fs_errors
# Get these once so we can reuse them: # Get these once so we can reuse them:
UID = os.getuid() UID = os.getuid()
GID = os.getgid() GID = os.getgid()
...@@ -225,7 +226,6 @@ class FTPFSHandler(ftpserver.FTPHandler): ...@@ -225,7 +226,6 @@ class FTPFSHandler(ftpserver.FTPHandler):
super(FTPFSHandler, self).close() super(FTPFSHandler, self).close()
class FTPFSFactory(object): class FTPFSFactory(object):
""" """
A factory class which can hold a reference to a file system object and A factory class which can hold a reference to a file system object and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment