mailr17653 - /trunk/opendx/main.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 02, 2012 - 10:54:
Author: bugman
Date: Tue Oct  2 10:54:58 2012
New Revision: 17653

URL: http://svn.gna.org/viewcvs/relax?rev=17653&view=rev
Log:
Import fix for the OpenDX mapping package, recently broken with the relative 
import for Python 3 change.


Modified:
    trunk/opendx/main.py

Modified: trunk/opendx/main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/opendx/main.py?rev=17653&r1=17652&r2=17653&view=diff
==============================================================================
--- trunk/opendx/main.py (original)
+++ trunk/opendx/main.py Tue Oct  2 10:54:58 2012
@@ -28,7 +28,7 @@
 import string
 
 # relax module imports.
-import opendx.isosurface_3D
+from opendx import isosurface_3D
 from relax_errors import RelaxError
 from relax_io import test_binary
 




Related Messages


Powered by MHonArc, Updated Tue Oct 02 11:20:02 2012