changeset 8418 | 592c454477c6 |
parent 8255 | ea82a23cf887 |
child 8419 | 94e07bb8e5dd |
8268:6486fb03be7c | 8418:592c454477c6 |
---|---|
13 """ |
13 """ |
14 |
14 |
15 from i18n import _ |
15 from i18n import _ |
16 import cStringIO, errno, getpass, re, shutil, sys, tempfile, traceback, error |
16 import cStringIO, errno, getpass, re, shutil, sys, tempfile, traceback, error |
17 import os, stat, threading, time, calendar, ConfigParser, locale, glob, osutil |
17 import os, stat, threading, time, calendar, ConfigParser, locale, glob, osutil |
18 import imp, unicodedata |
18 import imp, unicodedata, random |
19 |
19 |
20 # Python compatibility |
20 # Python compatibility |
21 |
21 |
22 try: |
22 try: |
23 set = set |
23 set = set |