parent
798fd59fad
commit
ee4b806a85
|
@ -1,12 +1,11 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Base classes for writing management commands (named commands which can
|
Base classes for writing management commands (named commands which can
|
||||||
be executed through ``django-admin.py`` or ``manage.py``).
|
be executed through ``django-admin.py`` or ``manage.py``).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue