diff buttercup/source.py @ 27:901755a65249

start stubbing checkout
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 30 May 2011 21:21:42 -0700
parents 8179c05d7692
children 6089d6ec745a
line wrap: on
line diff
--- a/buttercup/source.py	Mon May 30 21:13:02 2011 -0700
+++ b/buttercup/source.py	Mon May 30 21:21:42 2011 -0700
@@ -20,6 +20,7 @@
 
     def update(self):
         raise NotImplementedError("`Source` is an abstract base class")
+    
 
 class HgSource(Source):
     """mercurial source"""