mailr26538 - /trunk/lib/check_types.py


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

Header


Content

Posted by edward on November 11, 2014 - 17:57:
Author: bugman
Date: Tue Nov 11 17:57:37 2014
New Revision: 26538

URL: http://svn.gna.org/viewcvs/relax?rev=26538&view=rev
Log:
Missing import of lib.compat.unicode in lib.check_types.


Modified:
    trunk/lib/check_types.py

Modified: trunk/lib/check_types.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/check_types.py?rev=26538&r1=26537&r2=26538&view=diff
==============================================================================
--- trunk/lib/check_types.py    (original)
+++ trunk/lib/check_types.py    Tue Nov 11 17:57:37 2014
@@ -47,7 +47,7 @@
 
 
 # relax module imports.
-from lib.compat import IOBase
+from lib.compat import IOBase, unicode
 
 
 def is_complex(num):




Related Messages


Powered by MHonArc, Updated Wed Nov 12 09:20:02 2014