summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/__init__.py')
-rw-r--r--fs/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index 7f66c70..2d5f96b 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -18,9 +18,6 @@ implementations of this interface such as:
__version__ = "0.4.1"
__author__ = "Will McGugan (will@willmcgugan.com)"
-# No longer necessary - WM
-#from base import *
-
# provide these by default so people can use 'fs.path.basename' etc.
import errors
import path