>>> any idea why this does not work?
>>
>> Most likely you are being bitten by the recent change to not add '.'
>> to sys.path automatically.
>>
>> Does `PYTHONPATH=. trial ...` run your code as expected?
>>
> Yes, thanks very much. this kind of change really makes one doubt ones
> abilities.
>
> Should i write a ticket for this?
No, you should start installing your packages and applications in dev lest
packaging errors come back in prod and bite you. :)
More on that: https://hynek.me/articles/testing-packaging/
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python