Skip to content

Commit 93241fd

Browse files
committed
Add shebang to script
1 parent 3576e51 commit 93241fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autotileassembler.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from gimpfu import *
23

34
#enum
@@ -89,4 +90,4 @@ def plugin(image, layer):
8990
plugin
9091
)
9192

92-
main()
93+
main()

0 commit comments

Comments
 (0)