#
# See the docs/about.html file for licensing information.
-import os, re, shutil, stat, subprocess, sys, zipfile
+import os, shutil, stat, subprocess, sys, zipfile
##### sys.path management
# Make the dependency-version-requirement, which is used by the Makefile at
# build-time, also available to the app at runtime:
-import shutil
shutil.copyfile("_auto_deps.py",
os.path.join("src", "allmydata", "_auto_deps.py"))