Skip to content

Commit

Permalink
Update MoveView.py
Browse files Browse the repository at this point in the history
Fixed for Sublime Text 3.
  • Loading branch information
trevordbabcock committed Jul 3, 2013
1 parent c8c70a1 commit 6bae5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoveView.py
Expand Up @@ -41,7 +41,7 @@ def run(self, direction):
elif wrap: # Wrap around
index = 0
else:
print 'Unrecognized direction:', direction + '. Use left or right.'
print('Unrecognized direction:', direction + '. Use left or right.')

# Move the view
if target_index != index:
Expand Down

0 comments on commit 6bae5f9

Please sign in to comment.