I tried that but it did not work. I added the function to 
modules/common.py. Then I used import common and called the function using 
common.int_or_None(x). After doing this I ran my pytests but they failed on 
the import statement. This is the error I got:
'thread._local' object has no attribute 'auth'

On Monday, April 18, 2016 at 5:28:36 PM UTC+5, Anthony wrote:
>
> On Monday, April 18, 2016 at 6:17:26 AM UTC-4, mfarees...@gmail.com 
> <javascript:> wrote:
>>
>> I want to use this function in multiple module files. Copying it over to 
>> each one of those files does not seem like a good idea. Is there some other 
>> approach to tackle this cleanly? 
>>
>
> No, just put it in one module file and *import* it into any others where 
> you need it -- that is the way Python works.
>
> Anthony
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to