diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-22 01:35:21 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-22 01:35:21 +0000 |
| commit | 0a925ced9209f41b9f15009185c2722200bdc09d (patch) | |
| tree | b35dd9ea12540f607e0670e774a6d8589e203042 /lib/python/Tools/__init__.py | |
| parent | cc0d276c3699a56c0566f0cf7ccc8acfc370f6df (diff) | |
| download | enigma2-0a925ced9209f41b9f15009185c2722200bdc09d.tar.gz enigma2-0a925ced9209f41b9f15009185c2722200bdc09d.zip | |
add boundFunction to Tools
Diffstat (limited to 'lib/python/Tools/__init__.py')
| -rw-r--r-- | lib/python/Tools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/__init__.py b/lib/python/Tools/__init__.py index d8e646d0..3a1fe745 100644 --- a/lib/python/Tools/__init__.py +++ b/lib/python/Tools/__init__.py @@ -1 +1 @@ -all = ["FuzzyDate.py", "XMLTools.py", "Directories.py", "KeyBindings.py"] +all = ["FuzzyDate.py", "XMLTools.py", "Directories.py", "KeyBindings.py", "BoundFunction.py"] |
