summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjMelik <melik@archlinux.us>2010-11-17 02:21:45 -0800
committerDjMelik <melik@archlinux.us>2010-11-17 02:21:45 -0800
commit29ef86981e54c03488219d425407f50d6fd8b946 (patch)
tree05503ed21365549e8ce79eb7983200aca66f96c8
parent09fd5756757379e22d0bbb69389d3f05a4d3aeb3 (diff)
more cleanup
-rw-r--r--archey.new2
1 files changed, 0 insertions, 2 deletions
diff --git a/archey.new b/archey.new
index 16e945d..373d3b2 100644
--- a/archey.new
+++ b/archey.new
@@ -116,8 +116,6 @@ class Output:
def __detectDistro(self):
if os.path.exists('/etc/pacman.conf'):
return 'Arch Linux'
- else:
- sys.exit(1)
def append(self, display):
self.results.append('%s%s: %s%s' % (colorDict[self.distro][1], display.key, colorDict['Clear'][0], display.value))