Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Char.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-01 07:34:25 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-01 07:34:25 (GMT)
commita4701d57c5a44fe943d01391dcaeac09df109fdf (patch)
tree06ad78cc5e066ae313f93aa708aeff9c5f67ce06 /Char.py
parent4af506e8a79b598541387fbfe92d0cfbfc1c0c08 (diff)
Add lessons
Diffstat (limited to 'Char.py')
-rw-r--r--Char.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Char.py b/Char.py
index 99c634e..d7c9efe 100644
--- a/Char.py
+++ b/Char.py
@@ -47,7 +47,7 @@ class Char:
self._filenames = []
if type != CUSTOM:
- for i in sorted(glob.glob(Theme.path(dir + '/*'))):
+ for i in sorted(glob.glob(Theme.path(dir, '*'))):
self._filenames.append(os.path.join(dir, os.path.basename(i)))
def filename(self, index):