google-code-export / sire

Automatically exported from code.google.com/p/sire
1 stars 0 forks source link

SireID::CaseSensitivity clashes with Qt::CaseSensitivity #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In scripts that need SireID::CaseSensitivity, a python type error is raised if 
Sire.Qt is imported second (as the Sire.Qt.CaseSensitivity replaces 
Sire.ID.CaseSensitivity. 

The Sire.ID code should be changed to use Sire.Qt.CaseSensitivity.

Original issue reported on code.google.com by chryswo...@gmail.com on 8 Nov 2010 at 3:19

GoogleCodeExporter commented 9 years ago
Decided that this is not as big a problem as it looked at the time... :-)

Original comment by chryswo...@gmail.com on 10 May 2013 at 11:10