소스 검색

Merge pull request #79 from diimpp/patch-1

Add missing __init__ to gallery plugin
Justin Mayer 11 년 전
부모
커밋
76e799641f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      gallery/__init__.py

+ 1 - 0
gallery/__init__.py

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