summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sienkiewicz <sienkiew@stsci.edu>2012-12-28 21:12:57 +0000
committerMark Sienkiewicz <sienkiew@stsci.edu>2012-12-28 21:12:57 +0000
commite5b049f72d9591b49640ca739bba6a31e55bb2f7 (patch)
tree81b026a17e0b14567bd59354ba29fc13c76aae81
parent237c3493b5a30972b17972c4a4ac39b61633eaf6 (diff)
downloadpbr-e5b049f72d9591b49640ca739bba6a31e55bb2f7.tar.gz
debugging auto builds
git-svn-id: https://svn.stsci.edu/svn/ssb/stsci_python/d2to1/trunk@21159 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r--pbr/d2to1/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbr/d2to1/util.py b/pbr/d2to1/util.py
index ff9bcb9..300388a 100644
--- a/pbr/d2to1/util.py
+++ b/pbr/d2to1/util.py
@@ -92,6 +92,7 @@ def resolve_name(name):
Raise ImportError if the module or name is not found.
"""
+ print "d2to1 resolve name -%s-"%(name)
parts = name.rsplit('.', 1)
if len(parts) != 2 :