aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-07 04:07:06 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-07 04:07:06 -0400
commit31e872a14e53e87a1788dd96cbae1e11683a6487 (patch)
tree90cf8e5ed9dcf9346274fb38ed9f200a01dbe4c4 /grs/PivotChroot.py
parentlint: fix white spaces (diff)
downloadgrss-31e872a14e53e87a1788dd96cbae1e11683a6487.tar.gz
grss-31e872a14e53e87a1788dd96cbae1e11683a6487.tar.bz2
grss-31e872a14e53e87a1788dd96cbae1e11683a6487.zip
lint: remove unused imports.
Diffstat (limited to 'grs/PivotChroot.py')
-rw-r--r--grs/PivotChroot.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
index 6324b6e..248bbac 100644
--- a/grs/PivotChroot.py
+++ b/grs/PivotChroot.py
@@ -16,13 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import glob
-import re
import os
import shutil
from grs.Constants import CONST
-from grs.MountDirectories import MountDirectories
from grs.Rotator import Rotator