small ipython bug

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-07-12 14:55:53 -04:00
parent f9ba992a1b
commit e3e88477f5
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ class PythonSemanticComplete(method.introspect.TokenComplete):
a = w.application
a.methods['ipython-path-start'].execute(w, switch=False)
name = buffer.IperlBuffer.create_name(w.buffer)
#name = buffer.IperlBuffer.create_name(w.buffer)
name = buffer.IpythonBuffer.create_name(w.buffer)
b = a.get_buffer_by_name(name)
line = w.buffer.lines[t.y]