* remove some cruft

This commit is contained in:
Eray Özkural
2005-06-10 14:04:57 +00:00
parent 9c9a1faf8b
commit 5524c0a04b
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#! /usr/bin/python
# -*- python -*-
# -*- coding: utf-8 -*-
import install
import util
-5
View File
@@ -28,8 +28,3 @@ class SpecFile(XmlFile):
def write(self, filename):
"""Write PSPEC file"""
self.writexml(filename)
if __name__ == "__main__":
import sys
sys.stderr.write("Not a callable module!")
exit(-1)