Reindent *.py with reindent.py
This commit is contained in:
@@ -85,4 +85,3 @@ class GalilFactory(ServerFactory):
|
||||
p = self.protocol(self.device)
|
||||
p.factory = self
|
||||
return p
|
||||
|
||||
|
||||
@@ -378,5 +378,3 @@ if __name__ == "__main__":
|
||||
except:
|
||||
pass
|
||||
print "Copies (%d) in: %s" % (count, tgt)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/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
|
||||
# (Instrument Configuration), (Configuration Options), (Option Implementation)
|
||||
|
||||
Reference in New Issue
Block a user