We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72ee3d commit 29828cdCopy full SHA for 29828cd
scripts/sc2printer
@@ -1,4 +1,5 @@
1
-#!c:\\Python27\python.exe
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
4
import os, sys
5
sys.path.append(r'C:\Users\graylinkim\sc2reader')
0 commit comments