##// END OF EJS Templates
tests: update sitecustomize to use uuid1() instead of randrange()...
tests: update sitecustomize to use uuid1() instead of randrange() The comments mention that uuid would be better, so let's go ahead and make good on an old idea.

File last commit:

r28450:155e3308 default
r30477:d2c40510 default
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)