1
0
mirror of synced 2024-09-23 19:08:21 +02:00

Get rid of windows line endings in one file.

This commit is contained in:
Jennifer Taylor 2019-12-10 01:11:18 +00:00
parent c89c12062d
commit d1d69036d6

View File

@ -1,8 +1,8 @@
import os
static_location = os.path.abspath(os.path.dirname(__file__))
__all__ = [
"static_location",
]
import os
static_location = os.path.abspath(os.path.dirname(__file__))
__all__ = [
"static_location",
]