Skip to content

Commit dad0323

Browse files
authored
Update custom_signatures_export.py
1 parent 2a3ac81 commit dad0323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom_signatures_export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/python2.7
1+
#!/usr/local/bin/python3
22
# encoding: utf-8
33
'''
44
examples.custom_signatures_export -- Exports project scan data for projects that have custom signatures enabled
@@ -171,4 +171,4 @@ def main(argv=None): # IGNORE:C0111
171171
stats.print_stats()
172172
statsfile.close()
173173
sys.exit(0)
174-
sys.exit(main())
174+
sys.exit(main())

0 commit comments

Comments
 (0)