Reindent *.py with reindent.py
This commit is contained in:
@@ -85,4 +85,3 @@ class GalilFactory(ServerFactory):
|
|||||||
p = self.protocol(self.device)
|
p = self.protocol(self.device)
|
||||||
p.factory = self
|
p.factory = self
|
||||||
return p
|
return p
|
||||||
|
|
||||||
|
|||||||
@@ -378,5 +378,3 @@ if __name__ == "__main__":
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
print "Copies (%d) in: %s" % (count, tgt)
|
print "Copies (%d) in: %s" % (count, tgt)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# vim: tabstop=8 softtabstop=2 shiftwidth=2 nocin si et ft=python
|
# vim: tabstop=8 softtabstop=4 shiftwidth=4 nocin si et ft=python
|
||||||
|
|
||||||
# View Screen has 3 parts
|
# View Screen has 3 parts
|
||||||
# (Instrument Configuration), (Configuration Options), (Option Implementation)
|
# (Instrument Configuration), (Configuration Options), (Option Implementation)
|
||||||
|
|||||||
Reference in New Issue
Block a user