mailr13364 - /branches/gui_testing/info.py


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

Header


Content

Posted by edward on July 01, 2011 - 15:44:
Author: bugman
Date: Fri Jul  1 15:44:39 2011
New Revision: 13364

URL: http://svn.gna.org/viewcvs/relax?rev=13364&view=rev
Log:
Fix for the import order and whitespace.


Modified:
    branches/gui_testing/info.py

Modified: branches/gui_testing/info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/info.py?rev=13364&r1=13363&r2=13364&view=diff
==============================================================================
--- branches/gui_testing/info.py (original)
+++ branches/gui_testing/info.py Fri Jul  1 15:44:39 2011
@@ -24,15 +24,14 @@
 """Module containing the introductory text container."""
 
 # Python module imports.
+import numpy
+import platform
 from string import split
+from textwrap import wrap
 
 # relax module imports.
 import dep_check
-import numpy
-import platform
-from textwrap import wrap
 from version import version
-
 
 
 class Info_box(object):




Related Messages


Powered by MHonArc, Updated Fri Jul 01 16:00:01 2011