diff options
author | W. Trevor King <wking@drexel.edu> | 2011-05-12 16:19:41 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-05-12 16:19:41 -0400 |
commit | c56922285530fb95768998bffef176bad53d1d26 (patch) | |
tree | eddfc2c13e5b5c2fa5a5800b7bf4668c3d3d06ed /libbe/storage/vcs/base.py | |
parent | 538c14cbae7a595539358d934fba6f014422d27e (diff) | |
download | bugseverywhere-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.py | 2 |
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): """ |