diff -r 5c470b412f2f -r a29c3d2e6dc0 RefactoringRope/FileSystemCommands.py --- a/RefactoringRope/FileSystemCommands.py Sun Apr 14 15:14:16 2013 +0200 +++ b/RefactoringRope/FileSystemCommands.py Tue Aug 13 21:13:02 2013 +0200 @@ -7,6 +7,8 @@ Module implementing file system commands for rope. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + import os import rope.base.fscommands