replaced /usr/bin/python with /usr/bin/env python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user