mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Optimize imports
* PEP8: Fix module level import not at top of file * Remove unused imports * Remove simplejson * Replace mimetools with email
This commit is contained in:
parent
3acaf29f1e
commit
382d108db2
10 changed files with 25 additions and 25 deletions
|
@ -3,8 +3,6 @@ import errno
|
|||
import os
|
||||
import platform
|
||||
import subprocess
|
||||
import urllib2
|
||||
import traceback
|
||||
import core
|
||||
import json
|
||||
import shutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue