diff -r bfa53ef65b19 -r 936b2a98fe4e RefactoringRope/FileSystemCommands.py --- a/RefactoringRope/FileSystemCommands.py Sat Apr 12 19:48:00 2014 +0200 +++ b/RefactoringRope/FileSystemCommands.py Fri May 02 21:06:07 2014 +0200 @@ -7,6 +7,8 @@ Module implementing file system commands for rope. """ +from __future__ import unicode_literals + import os import rope.base.fscommands