diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:54:05 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:54:05 +0000 |
| commit | 67b53c1cb06988394c35a6e965c99b72b67fe1be (patch) | |
| tree | 1761f6b70a9a6aa349a003842162672a7787c85e /lib/actions | |
| parent | a507c89e5f0424b634cb13178c39c56d19945563 (diff) | |
| download | enigma2-67b53c1cb06988394c35a6e965c99b72b67fe1be.tar.gz enigma2-67b53c1cb06988394c35a6e965c99b72b67fe1be.zip | |
cleanup some imports
Diffstat (limited to 'lib/actions')
| -rw-r--r-- | lib/actions/parseactions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/parseactions.py b/lib/actions/parseactions.py index d0c1aec3..4ab71af7 100644 --- a/lib/actions/parseactions.py +++ b/lib/actions/parseactions.py @@ -1,6 +1,6 @@ # takes a header file, outputs action ids -import token, tokenize, os, sys, string +import tokenize, sys, string def filter(g): while 1: |
