Added shebangs
geändert: client/client.py geändert: lib/terminal_table.py umbenannt: server/main.py -> server/server.py
This commit is contained in:
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
sys.path.append(os.getcwd())
|
sys.path.append(os.getcwd())
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
class TableBorderCharset:
|
class TableBorderCharset:
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
corner_top_left, corner_top_right, corner_bottom_left, corner_bottom_right,
|
corner_top_left, corner_top_right, corner_bottom_left, corner_bottom_right,
|
||||||
|
|||||||
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
sys.path.append(os.getcwd())
|
sys.path.append(os.getcwd())
|
||||||
Reference in New Issue
Block a user