[Rivet-svn] r3159 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jun 20 20:28:45 BST 2011


Author: fsiegert
Date: Mon Jun 20 20:28:45 2011
New Revision: 3159

Log:
lighthisto.py: Import logging, which is used in the ET loading.

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Wed Jun 15 10:41:21 2011	(r3158)
+++ trunk/pyext/lighthisto.py	Mon Jun 20 20:28:45 2011	(r3159)
@@ -1,7 +1,7 @@
 # Use posixpath instead of os.path for AIDA path handling to be platform
 # independent, i.e. always use "/" as path delimiter.
 import posixpath
-import os, sys, re
+import os, sys, re, logging
 
 if "ET" not in dir():
     try:


More information about the Rivet-svn mailing list