![]() |
#4
|
|||
|
|||
It will need different syntax. The following should work:
Code:
import MyModule reload(MyModule) from MyModule import * |
|
|