Skip to content

Commit a326440

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 dcbba3a commit a326440

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
@@ -39,14 +39,10 @@
3939

4040
import ast
4141
import base64
42-
import crypt
43-
import datetime
4442
import grp
4543
import os
4644
import pwd
47-
import random
4845
import re
49-
import socket
5046
import subprocess
5147
import sys
5248

0 commit comments

Comments
 (0)