1
0
forked from VimPlug/jedi

little changes to clean up the code (flake8)

This commit is contained in:
Dave Halter
2014-02-14 12:53:22 +01:00
parent d704743422
commit 82f27569b2
2 changed files with 20 additions and 15 deletions

View File

@@ -14,7 +14,10 @@ http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/src/gtk/_core.py?view=markup
import resource
import time
import sys
import urllib2
try:
import urllib.request as urllib2
except ImportError:
import urllib2
import gc
from os.path import abspath, dirname