##// END OF EJS Templates
Fix missing import from e68e149f4d44 merge
Patrick Mezard -
r8257:e745063b default
parent child Browse files
Show More
@@ -15,7 +15,7 b' hide platform-specific details from the '
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
General Comments 0
You need to be logged in to leave comments. Login now