##// END OF EJS Templates
removing unused line...
CJ Carey -
Show More
@@ -132,7 +132,6 b' def extract_zip(fd, dest):'
132 z.extractall(parent)
132 z.extractall(parent)
133
133
134 # it will be mathjax-MathJax-<sha>, rename to just mathjax
134 # it will be mathjax-MathJax-<sha>, rename to just mathjax
135 d = os.path.join(parent, topdir)
136 os.rename(os.path.join(parent, topdir), dest)
135 os.rename(os.path.join(parent, topdir), dest)
137
136
138
137
General Comments 0
You need to be logged in to leave comments. Login now