Skip to content

Commit 25c8389

Browse files
committed
Manually merge PR186 to remove now unused imports after PR185 mainly in order to really get rid of the recently retired 'import crypt'
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6203 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 572498f commit 25c8389

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mig/shared/install.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,10 @@
4242
from past.builtins import basestring
4343
import ast
4444
import base64
45-
import crypt
46-
import datetime
4745
import grp
4846
import os
4947
import pwd
50-
import random
5148
import re
52-
import socket
5349
import subprocess
5450
import sys
5551

0 commit comments

Comments
 (0)