diff options
| author | 2010-08-20 23:30:30 +0200 | |
|---|---|---|
| committer | 2010-08-20 23:30:30 +0200 | |
| commit | 17b917e86aae70b653b3c395a93ef9d2cb4bdb81 (patch) | |
| tree | 340bd931d299dfc6f2de7fef950e04d468d7c17c /module/plugins | |
| parent | some win preparation (diff) | |
| download | pyload-17b917e86aae70b653b3c395a93ef9d2cb4bdb81.tar.xz | |
fixes
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/captcha/captcha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/captcha/captcha.py b/module/plugins/captcha/captcha.py index ed235246a..51021e8a5 100644 --- a/module/plugins/captcha/captcha.py +++ b/module/plugins/captcha/captcha.py @@ -18,7 +18,7 @@ # ### from __future__ import with_statement -import os.name +import os from os.path import join import logging import subprocess |
