Commit 4e6ce064 by sikang

test

parent 1a693391
......@@ -21,7 +21,7 @@ class ActivityGarble:
#替换文件内容
def __process_file_content(self, path, file_name):
# print("processing content: %s..."%path)
chars = "_1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".split("")
chars = "_.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z".split('.')
with open(path, "rt") as fin:
file_content = fin.read()
# replace the file content based on mangle settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment