summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-19 18:47:36 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-19 18:47:36 +0100
commit265fdcb00c1b2f5db6981b92db3a5f6925fd2e3c (patch)
tree9e787c4a25b9405563e533ad16d66b06b069accd /seivot
parent90f15133a76e192a781281b9261368e57d85f1b0 (diff)
downloadseivot-265fdcb00c1b2f5db6981b92db3a5f6925fd2e3c.tar.gz
Remove old crap.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot29
1 files changed, 0 insertions, 29 deletions
diff --git a/seivot b/seivot
deleted file mode 100755
index 41137eb..0000000
--- a/seivot
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/python
-#
-# seivot - main program for Seivot
-# Copyright (C) 2008 Lars Wirzenius, Richard Braakman
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
-import sys
-
-import seivotlib
-
-try:
- seivotlib.SeivotApplication().run()
-except seivotlib.SeivotError, e:
- sys.stderr.write("%s\n" % str(e))
- sys.exit(1)
-