Skip to content

Commit 29828cd

Browse files
committed
Fixes the sc2printer script's header to use the correct path and identify as utf-8 as per suggestion in issue #7 by g4borg. Thanks!
1 parent f72ee3d commit 29828cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/sc2printer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!c:\\Python27\python.exe
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23

34
import os, sys
45
sys.path.append(r'C:\Users\graylinkim\sc2reader')

0 commit comments

Comments
 (0)