Comment 2 for bug 2015283

Revision history for this message
Rene (rezzz81) wrote :

Yep, like Chetan said,

use the reload.

import util
reload(util)
#if you want to call functions in util without mentioning util use an import * as well
from util import *