Skip to content

Commit 1dcc4bf

Browse files
committed
Remove misplaced shebangs
none of the two files should be executed directly Signed-off-by: Sebastian Wagner <sebix@sebix.at>
1 parent 9f97cba commit 1dcc4bf

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

textile/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32
from __future__ import unicode_literals
43

textile/regex_strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32
from __future__ import unicode_literals
43

0 commit comments

Comments
 (0)