Skip to content

Commit 049de70

Browse files
authored
nosqlmap.py: invalid header
"coding" should come in the second line, see: https://www.python.org/dev/peps/pep-0263/
1 parent 1ccd177 commit 049de70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nosqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# -*- coding: utf-8 -*-
21
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
33
# NoSQLMap Copyright 2012-2017 NoSQLMap Development team
44
# See the file 'doc/COPYING' for copying permission
55

0 commit comments

Comments
 (0)