Fix bug 1262 - Updated requirements to use mysqlclient
[osm/LW-UI.git] / rolehandler / apps.py
1 # -*- coding: utf-8 -*-
2 from __future__ import unicode_literals
3
4 from django.apps import AppConfig
5
6
7 class RolehandlerConfig(AppConfig):
8 name = 'rolehandler'