##// 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 16 from i18n import _
17 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 19 import imp
20 20
21 21 # Python compatibility
General Comments 0
You need to be logged in to leave comments. Login now