Skip to content

Commit

Permalink
Move len_definitions.py out.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijia committed Jul 5, 2016
1 parent daec592 commit ed5604b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions django_excel_to_model/len_definitions.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def create_attr_list_code_lines(self):
def get_mapping_and_attr(self):
res = [u"from django.db import models",
u"from django.utils.translation import ugettext as _",
u"from django_excel_to_model.len_definitions import %s, TEXT_LENGTH_128" % self.field_len_definition,
u"from djangoautoconf.model_utils.len_definitions import %s, TEXT_LENGTH_128" % self.field_len_definition,
u"",
u""]
res += self.mapping_code_lines + ["", ""]
Expand Down

0 comments on commit ed5604b

Please sign in to comment.