From 841fd3a9db5fa1d9c23198645557058e53040f3c Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sun, 11 Mar 2012 10:29:24 -0400 Subject: [PATCH] Added missing import Should fix #643 --- overviewer_core/files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/overviewer_core/files.py b/overviewer_core/files.py index 1c72661..a2017d6 100644 --- a/overviewer_core/files.py +++ b/overviewer_core/files.py @@ -18,6 +18,7 @@ import os.path import tempfile import shutil import logging +import stat ## useful recursive copy, that ignores common OS cruft def mirror_dir(src, dst, entities=None):