Major work on the command line tool. Version check on the new website.

This commit is contained in:
Juan Pablo Caram
2014-09-21 21:51:50 -04:00
parent 8cb509d6f3
commit b2cc2f3fdb
47 changed files with 3088 additions and 124 deletions

View File

@@ -1,5 +1,3 @@
import sys
from PyQt4.QtGui import QApplication
import termwidget
@@ -24,4 +22,4 @@ class FCShell(termwidget.TermWidget):
return True
def child_exec_command(self, text):
self._sysShell.execCommand(text)
self._sysShell.exec_command(text)