]> Dogcows Code - chaz/openbox/commitdiff
kill a warning
authorDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 15:41:11 +0000 (15:41 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 15:41:11 +0000 (15:41 +0000)
scripts/focus.py

index 3bbf600fed1a9dcb6f0fa9eeb23a67c30ea89439..dbaf4bc444b87f293c9bb2268297f99c4c81bb83 100644 (file)
@@ -48,10 +48,9 @@ def _remove(client):
     raise ValueError("_remove(x): x not in _clients list.")
 
 def _focused(data):
-    global _clients
+    global _clients, _skip
 
     if _skip:
-        global _skip
         _skip -= 1
         return
 
This page took 0.030121 seconds and 4 git commands to generate.