X Tutup
Skip to content

Commit 012ef60

Browse files
committed
Remove __future__ import in rope.py
1 parent 311de67 commit 012ef60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymode/rope.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Integration with Rope library."""
22

3-
from __future__ import absolute_import, print_function
4-
53
import os.path
64
import re
75
import site

0 commit comments

Comments
 (0)
X Tutup