summaryrefslogtreecommitdiff
path: root/fs/path.py
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2012-11-24 17:40:11 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2012-11-24 17:40:11 +0000
commit414513daf0f0a816b0316e33e96abee6e1d08486 (patch)
tree406d61345d883820f432118a810ac3da82f29b44 /fs/path.py
parent17c48538ae56ddda5869613c33edee524b834658 (diff)
downloadpyfilesystem-414513daf0f0a816b0316e33e96abee6e1d08486.tar.gz
InvalidCharsInPathError
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@830 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/path.py')
-rw-r--r--fs/path.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/path.py b/fs/path.py
index 42b93f6..517afd4 100644
--- a/fs/path.py
+++ b/fs/path.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
"""
fs.path
=======