Search Results

2
votes

Python imports: importing a module without .py extension?

The imp module is used for this: daniel@purplehaze:/tmp/test$ cat mymodule print "woho!" daniel@purplehaze:/tmp …