[Rivet-svn] r4261 - trunk/pyext/rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Apr 26 14:42:25 BST 2013


Author: dgrell
Date: Fri Apr 26 14:42:25 2013
New Revision: 4261

Log:
Python 2.4 cannot do relative imports

Modified:
   trunk/pyext/rivet/__init__.py

Modified: trunk/pyext/rivet/__init__.py
==============================================================================
--- trunk/pyext/rivet/__init__.py	Wed Apr 24 13:10:34 2013	(r4260)
+++ trunk/pyext/rivet/__init__.py	Fri Apr 26 14:42:25 2013	(r4261)
@@ -27,10 +27,10 @@
 del sys
 
 ## Import SWIG-generated wrapper core
-from .rivetwrap import *
+from rivet.rivetwrap import *
 
 ## Import plot info helper
-from .plotinfo import *
+from rivet.plotinfo import *
 
 ## Import submodules into the visible namespace
 import spiresbib, util


More information about the Rivet-svn mailing list