in reply to Re: overriding time() if module exists
in thread overriding time() if module exists

Umm... okay, I have no idea how I missed that. Thank you. That works perfectly. I'm going to go hide my face in a closet now.
  • Comment on Re: Re: overriding time() if module exists

Replies are listed 'Best First'.
Re: Re: Re: overriding time() if module exists
by ysth (Canon) on Nov 09, 2003 at 03:57 UTC
    No need for the closet. The fact that you need to override built-ins at compile time (or at least before the compilation of the code for which you want the override to work) is not well documented.