diff buttercup/buttercup.py @ 33:f3878c2f7032

add neglected import
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 12 Jun 2011 18:46:05 -0700
parents f6b768417d27
children 2aa78e65d882
line wrap: on
line diff
--- a/buttercup/buttercup.py	Sun Jun 12 18:22:50 2011 -0700
+++ b/buttercup/buttercup.py	Sun Jun 12 18:46:05 2011 -0700
@@ -3,6 +3,7 @@
 """
 
 import os
+import source
 try:
     from subprocess import check_call as call
 except ImportError: