[gnoduino] Remove specific gnoduinio generated config files as we are perfectly able to read original arduino f



commit 39c13644971f399051bdaf3d79e55cc5983701b0
Author: Lucian Langa <lucilanga gnome org>
Date:   Tue Apr 3 00:20:46 2012 +0200

    Remove specific gnoduinio generated config files
    as we are perfectly able to read original arduino files

 setup.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/setup.py b/setup.py
index 017464a..bcb21c7 100644
--- a/setup.py
+++ b/setup.py
@@ -89,10 +89,6 @@ class Pixmaps(cmd.Command):
 				print "Error: Unable to convert images to PNG"
 				sys.exit(1)
 
-compline = "scripts/gen_boards.py"
-(run, sout) = runProg(compline)
-compline = "scripts/gen_programmers.py"
-(run, sout) = runProg(compline)
 compline = "scripts/gitlog.sh"
 (run, sout) = runProg(compline)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]