##// END OF EJS Templates
synthrepo: add missing import of sys...
Bryan O'Sullivan -
r18927:deffb5e9 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' A few obvious properties that are not cu'
35 35 - Symlinks and binary files are ignored
36 36 '''
37 37
38 import bisect, collections, json, os, random, time
38 import bisect, collections, json, os, random, time, sys
39 39 from mercurial import cmdutil, context, patch, scmutil, url, util, hg
40 40 from mercurial.i18n import _
41 41 from mercurial.node import nullrev, nullid
General Comments 0
You need to be logged in to leave comments. Login now