Skip to content

Commit d685312

Browse files
committed
Compatibility with recent sip
1 parent da90335 commit d685312

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bin/soma_workflow_gui

-8
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@
1111
@license: U{CeCILL version 2<http://www.cecill.info/licences/Licence_CeCILL_V2-en.html>}
1212
'''
1313

14-
1514
import sys
1615
import argparse
1716

18-
#try:
19-
# import sip
20-
#except ImportError, e:
21-
# pass
22-
#else:
23-
# sip.setapi('QVariant', 2)
24-
# sip.setapi('QString', 2)
2517

2618
parser = argparse.ArgumentParser()
2719

0 commit comments

Comments
 (0)