diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-03 04:15:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-03 04:15:47 +0000 |
| commit | a0c28724ccd83dfd18acea1bfc9334c88e6eebb8 (patch) | |
| tree | b87693c74fdff6700eb4854f9a1837db2902aef9 /scripts | |
| parent | 9223bfdd67ff39e4aaf72be1a0b4341033fc12c8 (diff) | |
just a comment fix
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index b0a6651d..38a26d53 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -135,7 +135,7 @@ def _do_move(): f=0 else: print "moving " + str(x) + " " + str(y) - _client.move(x, y, 1) # move the frame to the position + _client.move(x, y, 1) # move the *frame* global move_popup if move_popup: |
