summaryrefslogtreecommitdiff
path: root/fs/base.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-06-15 13:25:43 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-06-15 13:25:43 +0000
commit8b2fa273a272a4b8841c9e712e53f0532e572728 (patch)
tree04f80eff922a335393daaff3cc736c2896c9fcff /fs/base.py
parent2a69a5c9cadbb40dd1a7a9096578b661765278a4 (diff)
downloadpyfilesystem-8b2fa273a272a4b8841c9e712e53f0532e572728.tar.gz
Fixes for hide fs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@792 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/base.py')
-rw-r--r--fs/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/base.py b/fs/base.py
index 8d2a731..aa55f66 100644
--- a/fs/base.py
+++ b/fs/base.py
@@ -170,9 +170,6 @@ class FS(object):
else:
self._lock = DummyLock()
- def __repr__(self):
- return self.__str__()
-
def __del__(self):
if not getattr(self, 'closed', True):
try: