Skip to content

Commit

Permalink
Fix name clash for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wuub committed Sep 20, 2012
1 parent 1547c76 commit 359e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublimerepl.py
Expand Up @@ -494,7 +494,7 @@ def run(self, encoding, type, syntax=None, view_id=None, **kwds):
# View Commands ###########################################

# Send selection/line to REPL
class ReplSendCommand(sublime_plugin.TextCommand):
class ReplSendNewCommand(sublime_plugin.TextCommand):
def run(self, edit):
## TODO: see text_transfer.py!
syntax = self.view.settings().get('syntax')
Expand Down

0 comments on commit 359e679

Please sign in to comment.