/tools/ now has to be in /site-packages/ or /dist-packages/.
This commit is contained in:
parent
6ac3a80483
commit
bf09b0bcc6
2 changed files with 2 additions and 2 deletions
2
pg.py
2
pg.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import pygame
|
||||
import text
|
||||
from tools import text
|
||||
|
||||
log = text.Log()
|
||||
|
||||
|
|
2
text.py
2
text.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import random
|
||||
import buntcheck
|
||||
from tools import buntcheck
|
||||
|
||||
def format_string(text: str, prefix: str = "§", suffix: str = "",
|
||||
auto_rs: bool = True): # formats the text e.g. text after "§red" is colored red
|
||||
|
|
Loading…
Reference in a new issue