JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

Do not attempt to insert/remove to/from sys.path for unsaved buffers #30

Closed OscarL closed 12 years ago

OscarL commented 12 years ago

Do not attempt to insert/remove to/from sys.path for unsaved buffers (avoids exceptions at os.path.split).

Also, removed a print statement.

JulianEberius commented 12 years ago

Thanks for your contributions!

Julian