mailr26539 - in /branches/space_mapping_refactor: ./ 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 12, 2014 - 09:11:
Author: bugman
Date: Wed Nov 12 09:11:04 2014
New Revision: 26539

URL: http://svn.gna.org/viewcvs/relax?rev=26539&view=rev
Log:
Merged revisions 26538 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r26538 | bugman | 2014-11-11 17:57:37 +0100 (Tue, 11 Nov 2014) | 3 lines
  
  Missing import of lib.compat.unicode in lib.check_types.
........

Modified:
    branches/space_mapping_refactor/   (props changed)
    branches/space_mapping_refactor/lib/check_types.py

Propchange: branches/space_mapping_refactor/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Nov 12 09:11:04 2014
@@ -1 +1 @@
-/trunk:1-26531
+/trunk:1-26538

Modified: branches/space_mapping_refactor/lib/check_types.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/space_mapping_refactor/lib/check_types.py?rev=26539&r1=26538&r2=26539&view=diff
==============================================================================
--- branches/space_mapping_refactor/lib/check_types.py  (original)
+++ branches/space_mapping_refactor/lib/check_types.py  Wed Nov 12 09:11:04 
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