]> git.parisson.com Git - timeside.git/commitdiff
Add message when import error occurs during TimeSide init
authorThomas Fillon <thomas@parisson.com>
Thu, 19 Jun 2014 10:38:09 +0000 (12:38 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 19 Jun 2014 10:38:09 +0000 (12:38 +0200)
timeside/tools/package.py

index 917872590c10b649fe9971ffd261833f853294dc..57b2a371edbe4fc5de38efdc2074088eb0eaa660 100644 (file)
@@ -74,6 +74,7 @@ def import_module_with_exceptions(name, package=None):
             # Ignore module requiring DJANGO_SETTINGS_MODULE in environnement
             return
         else:
+            print (name, package)
             raise e
     return name