Fix pep8 E265 error in testcase
This commit is contained in:
parent
d21bb11153
commit
07ebbe84b8
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#if !defined(SWIGPYTHON_BUILTIN)
|
||||
%define MODULEIMPORT
|
||||
"
|
||||
#print 'Loading low-level module $module'
|
||||
# print 'Loading low-level module $module'
|
||||
import $module
|
||||
#print 'Module has loaded'
|
||||
# print 'Module has loaded'
|
||||
extra_import_variable = 'custom import of $module'
|
||||
"
|
||||
%enddef
|
||||
|
|
@ -11,10 +11,10 @@ extra_import_variable = 'custom import of $module'
|
|||
#else
|
||||
%define MODULEIMPORT
|
||||
"
|
||||
#print 'Loading low-level module $module'
|
||||
# print 'Loading low-level module $module'
|
||||
extra_import_variable = 'custom import of $module'
|
||||
from $module import *
|
||||
#print 'Module has loaded'
|
||||
# print 'Module has loaded'
|
||||
"
|
||||
%enddef
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue