This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater
Date 2016-07-28.11:58:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469707105.59.0.0648357664764.issue27642@psf.upfronthosting.co.za>
In-reply-to
Content
So, I have some code. I tried to make a 'plugin' for my bot I made in python. However it seems to not be able to import it which it should be able to.

The code I used is here: https://bpaste.net/show/e4445c47490d

I dont even know why it is not addign it to the file's namespace or even adding it to sys.modules either.
History
Date User Action Args
2016-07-28 11:58:25Decoratersetrecipients: + Decorater
2016-07-28 11:58:25Decoratersetmessageid: <1469707105.59.0.0648357664764.issue27642@psf.upfronthosting.co.za>
2016-07-28 11:58:25Decoraterlinkissue27642 messages
2016-07-28 11:58:25Decoratercreate