equal
deleted
inserted
replaced
32 print "util =", f(util) |
32 print "util =", f(util) |
33 print "util.system =", f(util.system) |
33 print "util.system =", f(util.system) |
34 print "util =", f(util) |
34 print "util =", f(util) |
35 print "util.system =", f(util.system) |
35 print "util.system =", f(util.system) |
36 |
36 |
|
37 from mercurial import hgweb |
|
38 print "hgweb =", f(hgweb) |
|
39 print "hgweb_mod =", f(hgweb.hgweb_mod) |
|
40 print "hgweb =", f(hgweb) |
|
41 |
37 import re as fred |
42 import re as fred |
38 print "fred =", f(fred) |
43 print "fred =", f(fred) |
39 |
44 |
40 import sys as re |
45 import sys as re |
41 print "re =", f(re) |
46 print "re =", f(re) |