replaced /usr/bin/python with /usr/bin/env python

This commit is contained in:
atinm
2011-02-27 21:17:07 +08:00
committed by Worros
parent 7d05455296
commit 644b2d7849
58 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#Copyright 2009-2010 Ray E. Barker
@@ -54,4 +54,4 @@ for line in re.split("\n", desc):
table += "|+\n" + line + "\n"
table += "|}\n"
print table
print table