[pypy-commit] buildbot default: missing import

arigo noreply at buildbot.pypy.org
Sat Feb 22 10:46:32 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r906:ab49565447d2
Date: 2014-02-22 10:46 +0100
http://bitbucket.org/pypy/buildbot/changeset/ab49565447d2/

Log:	missing import

diff --git a/bbhook/hook.py b/bbhook/hook.py
--- a/bbhook/hook.py
+++ b/bbhook/hook.py
@@ -5,6 +5,7 @@
 import time
 import thread, Queue
 import traceback
+import pprint
 
 from .main import app
 from . import scm


More information about the pypy-commit mailing list