summaryrefslogtreecommitdiffstats
path: root/bin/commander/appinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/commander/appinfo.py')
-rw-r--r--bin/commander/appinfo.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/commander/appinfo.py b/bin/commander/appinfo.py
deleted file mode 100644
index 78f2dbf11..000000000
--- a/bin/commander/appinfo.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-hostname = os.uname()[1]
-hostos = os.uname()[2]
-appname = "OpenEmbedded Commander"
-appversion = "0.0.2"
-appcaption = "%s V%s on %s (%s)" % ( appname, appversion, hostname, hostos )
-imageDir = "%s/images/" % os.path.dirname( __file__ )
-