comparison: RefactoringRope/FileSystemCommands.py
RefactoringRope/FileSystemCommands.py
- changeset 76
- 936b2a98fe4e
- parent 62
- 1077db8d0589
- parent 63
- c02061242598
- child 94
- 03d6a17c66ac
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing file system commands for rope. |
7 Module implementing file system commands for rope. |
8 """ |
8 """ |
|
9 |
|
10 from __future__ import unicode_literals |
9 |
11 |
10 import os |
12 import os |
11 |
13 |
12 import rope.base.fscommands |
14 import rope.base.fscommands |
13 |
15 |