diff options
author | Anthony LaTorre <devnull@localhost> | 2013-02-27 12:09:55 -0600 |
---|---|---|
committer | Anthony LaTorre <devnull@localhost> | 2013-02-27 12:09:55 -0600 |
commit | 42de6f6613a2088c8f5bb5af7a8ccb519a7ed7c8 (patch) | |
tree | e83161c74988c5d7469eb40197425284f1eda79c /scope.py | |
parent | 32fcbee90916833cec99594b95d4eb96d25cfbec (diff) | |
download | lecrunch-42de6f6613a2088c8f5bb5af7a8ccb519a7ed7c8.tar.gz lecrunch-42de6f6613a2088c8f5bb5af7a8ccb519a7ed7c8.tar.bz2 lecrunch-42de6f6613a2088c8f5bb5af7a8ccb519a7ed7c8.zip |
use setup.scope_ip in scope test.
Diffstat (limited to 'scope.py')
-rw-r--r-- | scope.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -122,7 +122,9 @@ class Scope(object): if __name__ == '__main__': import sys - scope = Scope('scope01.hep.upenn.edu') + import setup + + scope = Scope(setup.scope_ip) scope.connect() scope.clear() |