equal
deleted
inserted
replaced
13 hide platform-specific details from the core. |
13 hide platform-specific details from the core. |
14 """ |
14 """ |
15 |
15 |
16 from i18n import _ |
16 from i18n import _ |
17 import cStringIO, errno, re, shutil, sys, tempfile, traceback, error |
17 import cStringIO, errno, re, shutil, sys, tempfile, traceback, error |
18 import os, stat, threading, time, calendar, glob, osutil |
18 import os, stat, threading, time, calendar, glob, osutil, random |
19 import imp |
19 import imp |
20 |
20 |
21 # Python compatibility |
21 # Python compatibility |
22 |
22 |
23 _md5 = None |
23 _md5 = None |