Improve using hellMaker from other dirs
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
import uuid, random, sys, os.path, string
|
||||
|
||||
|
||||
TEMPLATE_PATH = "templates/template.c"
|
||||
TEMPLATE_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "templates/template.c")
|
||||
|
||||
|
||||
class Color:
|
||||
|
||||
Reference in New Issue
Block a user