mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Format code imports
This commit is contained in:
parent
1165532260
commit
7d2d8aaa49
361 changed files with 1019 additions and 754 deletions
3
setup.py
3
setup.py
|
|
@ -1,6 +1,7 @@
|
|||
import os
|
||||
import sys
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue