]> git.parisson.com Git - telemeta.git/commitdiff
Clean
authormomo <>
Sun, 28 Jan 2007 19:14:29 +0000 (19:14 +0000)
committermomo <>
Sun, 28 Jan 2007 19:14:29 +0000 (19:14 +0000)
install.py

index 97b6f0dc30d685df3f12ea5d53320f68d51e749f..7c80473d5b4d30ea79163ccadda3b00dfe0caf38 100755 (executable)
@@ -17,7 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-# ONLY FO LINUX
+# ONLY FOR LINUX
 
 import os, sys
 
@@ -28,8 +28,6 @@ elif len(sys.argv) > 2:
 else:
        install_dir = sys.argv[1]
 
-
-
 if not os.path.exists(install_dir):
        os.mkdir(install_dir)