Browse Source

Merge pull request #79 from diimpp/patch-1

Add missing __init__ to gallery plugin
Justin Mayer 11 years ago
parent
commit
76e799641f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gallery/__init__.py

+ 1 - 0
gallery/__init__.py

@@ -0,0 +1 @@
+from .gallery import *