Browse code

Fixing python script to be executable

Divya Thaluru authored on 2015/05/27 03:52:23
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
1 3
 from optparse import OptionParser
2 4
 import os.path
3 5
 from CommandUtils import CommandUtils