Skip to content

Commit a678135

Browse files
authored
Update custom_signatures_import.py
1 parent dad0323 commit a678135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom_signatures_import.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_import -- imports scan data for custom signatures
@@ -155,4 +155,4 @@ def main(argv=None): # IGNORE:C0111
155155
stats.print_stats()
156156
statsfile.close()
157157
sys.exit(0)
158-
sys.exit(main())
158+
sys.exit(main())

0 commit comments

Comments
 (0)