diff options
| author | 2014-10-22 19:44:59 +0200 | |
|---|---|---|
| committer | 2014-10-22 19:47:17 +0200 | |
| commit | 0eb6e7ec4a1144dcca824d8add049787d3da1762 (patch) | |
| tree | d653f5fe28bb247a3c4fadeca9bf6278d744f929 /module/plugins/hooks/ExtractArchive.py | |
| parent | Spare code cosmetics (diff) | |
| download | pyload-0eb6e7ec4a1144dcca824d8add049787d3da1762.tar.xz | |
Two space before function declaration
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
| -rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index f6958941e..649689f6e 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -14,6 +14,7 @@ if sys.version_info < (2, 7) and os.name != "nt":      import errno      from subprocess import Popen +      def _eintr_retry_call(func, *args):          while True:              try: @@ -23,6 +24,7 @@ if sys.version_info < (2, 7) and os.name != "nt":                      continue                  raise +      # unsued timeout option for older python version      def wait(self, timeout=0):          """Wait for child process to terminate.  Returns returncode  | 
