changeset 33:f3878c2f7032

add neglected import
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 12 Jun 2011 18:46:05 -0700
parents 86c3c0d4d434
children 7a11a25da2e8
files buttercup/buttercup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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: