diff options
Diffstat (limited to 'pym/gentoolkit/eclean/exclude.py')
| -rw-r--r-- | pym/gentoolkit/eclean/exclude.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/eclean/exclude.py b/pym/gentoolkit/eclean/exclude.py index 74a982a..fa88ae1 100644 --- a/pym/gentoolkit/eclean/exclude.py +++ b/pym/gentoolkit/eclean/exclude.py @@ -7,11 +7,11 @@ from __future__ import print_function +import os import sys import re import portage -from portage import os from gentoolkit.pprinter import warn # Misc. shortcuts to some portage stuff: |
