From c56922285530fb95768998bffef176bad53d1d26 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 May 2011 16:19:41 -0400 Subject: Remove form feeds (for compatibility with 2to3). --- libbe/storage/vcs/arch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/storage/vcs/arch.py') diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index 6c519c4..f0c0a29 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -437,7 +437,7 @@ class Arch(base.VCS): def _vcs_changed(self, revision): return self._parse_diff(self._diff(revision)) - + if libbe.TESTING == True: base.make_vcs_testcase_subclasses(Arch, sys.modules[__name__]) -- cgit