Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding Change-Id: Ic4c35e70df0a1f3714c9a144c4b7fed9cd893aa2
This commit is contained in:
parent
2d4b0ebee6
commit
a1af412914
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit
|
||||
~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.application
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.controllers
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.controllers.json
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.controllers.pastes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.controllers.static
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.controllers.xmlrpc
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.database
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.i18n
|
||||
~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.antispam
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.captcha
|
||||
~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.compilerparser
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.diff
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.libs.filterable
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.highlighting
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.json
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.webapi
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.lib.xmlrpc
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.utils
|
||||
~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.models
|
||||
~~~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.urls
|
||||
~~~~~~~~~~~~
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lodgeit.utils
|
||||
~~~~~~~~~~~~~
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
LodgeIt!
|
||||
~~~~~~~~
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Lodgeit Bootstrap Creation Script
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user