Merge "Removes unnecessary utf-8 encoding"

This commit is contained in:
Zuul 2020-03-06 01:49:51 +00:00 committed by Gerrit Code Review
commit 70d9a499d7
24 changed files with 0 additions and 24 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit
~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.application
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.controllers
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.controllers.json
~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.controllers.pastes
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.controllers.static
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.controllers.xmlrpc
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.database
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.i18n
~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.antispam
~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.captcha
~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.compilerparser
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.diff
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.libs.filterable
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.highlighting
~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.json
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.webapi
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.lib.xmlrpc
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.utils
~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.models
~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.urls
~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
lodgeit.utils
~~~~~~~~~~~~~

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
LodgeIt!
~~~~~~~~

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Lodgeit Bootstrap Creation Script
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~