Rename backend.py to module.py

This commit is contained in:
Florent 2014-09-23 10:09:03 +02:00
commit f3aeddffbc
339 changed files with 175 additions and 175 deletions

View file

@ -19,6 +19,6 @@
from .browser import AuMBrowser
from .backend import AuMModule
from .module import AuMModule
__all__ = ['AuMBrowser', 'AuMModule']