Syntax: Select all
x = 30
addons/source-python/plugins/test2/test2.py
Syntax: Select all
from test import x
def load():
print(x)
Syntax: Select all
x = 30
Syntax: Select all
from test import x
def load():
print(x)
satoon101 wrote:I think this has been asked before:
http://forums.sourcepython.com/showthread.php?473&p=2212&viewfull=1#post2212
Return to “Plugin Development Support”
Users browsing this forum: No registered users and 78 guests