X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9f8a9269b64a5af7c95d6c2714b1ae97e68d6a1..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/fabfile.py?ds=inline

diff --git a/fabfile.py b/fabfile.py
index e37881a97..5030e0522 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -1,4 +1,8 @@
 from fnpdjango.deploy import *
+try:
+    from fabfile_local import *
+except ImportError:
+    pass
 
 
 env.project_name = 'wolnelektury'