Skip to content

Instantly share code, notes, and snippets.

@poliarush
Created September 16, 2013 18:20
Show Gist options
  • Save poliarush/6584459 to your computer and use it in GitHub Desktop.
Save poliarush/6584459 to your computer and use it in GitHub Desktop.
import tst1
from pack import tst2
tst1.func("somethign")
reload (tst1)
tst2.func("somethign")
reload (tst2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment