aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-05-12 16:19:41 -0400
committerW. Trevor King <wking@drexel.edu>2011-05-12 16:19:41 -0400
commitc56922285530fb95768998bffef176bad53d1d26 (patch)
treeeddfc2c13e5b5c2fa5a5800b7bf4668c3d3d06ed /libbe/storage/vcs/base.py
parent538c14cbae7a595539358d934fba6f014422d27e (diff)
downloadbugseverywhere-c56922285530fb95768998bffef176bad53d1d26.tar.gz
Remove form feeds (for compatibility with 2to3).
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r--libbe/storage/vcs/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 3ff6e7e..8d2ab60 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -1003,7 +1003,7 @@ class VCS (libbe.storage.base.VersionedStorage):
libbe.storage.STORAGE_VERSION+'\n')
self._vcs_add(self._u_rel_path(path))
-
+
if libbe.TESTING == True:
class VCSTestCase (unittest.TestCase):
"""