* remove some cruft
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#! /usr/bin/python
|
||||
# -*- python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import install
|
||||
import util
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user