comparison: RefactoringRope/FileSystemCommands.py
RefactoringRope/FileSystemCommands.py
- branch
- Py2 comp.
- changeset 50
- a29c3d2e6dc0
- parent 43
- 39924831c795
- child 63
- c02061242598
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 # __IGNORE_WARNING__ |
9 |
11 |
10 import os |
12 import os |
11 |
13 |
12 import rope.base.fscommands |
14 import rope.base.fscommands |
13 |
15 |