diff options
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/mx/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/mx/__init__.py b/src/leap/mx/__init__.py index 2c4f106..c10c64d 100644 --- a/src/leap/mx/__init__.py +++ b/src/leap/mx/__init__.py @@ -15,6 +15,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Module intialization file for leap.mx . +Module initialization file for leap.mx . """ -__all__ = ['alias_resolver', 'couchdbhelper'] |