clean up of files and chmod
authorStefan Huber <shuber2@gmail.com>
Sun, 8 Jun 2008 08:50:41 +0000 (10:50 +0200)
committerStefan Huber <shuber2@gmail.com>
Sun, 8 Jun 2008 08:50:41 +0000 (10:50 +0200)
ClientIOTerminal.py [changed mode: 0755->0644]
DbgTerminal.py [changed mode: 0755->0644]
DbgWindow.py [deleted file]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/DbgWindow.py b/DbgWindow.py
deleted file mode 100755 (executable)
index aa073ff..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/python
-#shuber, 2008-06-04
-
-__author__ = "shuber"
-
-
-import gtk
-import pty
-import string
-import time
-import threading
-import vte
-
-import DbgTerminal
-
-