Browse Source

Remove unnecessary utf-8 coding file headers

pull/6/head
Marcio Mazza 10 years ago
parent
commit
68b708167b
  1. 1
      base/apps.py
  2. 1
      base/models.py
  3. 1
      comissoes/apps.py
  4. 1
      comissoes/models.py
  5. 1
      legacy/scripts/scrap_original_forms.py
  6. 1
      lexml/apps.py
  7. 1
      lexml/models.py
  8. 1
      materia/apps.py
  9. 1
      materia/models.py
  10. 1
      norma/apps.py
  11. 1
      norma/models.py
  12. 1
      parlamentares/apps.py
  13. 1
      parlamentares/models.py
  14. 1
      protocoloadm/apps.py
  15. 1
      protocoloadm/models.py
  16. 1
      sapl/test_general.py
  17. 1
      sessao/apps.py
  18. 1
      sessao/models.py

1
base/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
base/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
comissoes/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
comissoes/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
legacy/scripts/scrap_original_forms.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import re
import string

1
lexml/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
lexml/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
materia/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
materia/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
norma/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
norma/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
parlamentares/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
parlamentares/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
protocoloadm/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
protocoloadm/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

1
sapl/test_general.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from model_mommy import mommy

1
sessao/apps.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig

1
sessao/models.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.db import models
from django.utils.translation import ugettext as _

Loading…
Cancel
Save