Re: [Twisted-Python] Deprecated Modules

2013-04-12 Thread RJ Ewing
Thank you. That was the problem. RJ On Fri, Apr 12, 2013 at 5:08 AM, wrote: > On 11:14 am, ral...@ik.nu wrote: > >On 2013-04-12 08:43, RJ Ewing wrote: > >>If I import a deprecated module and then run the test-suite should I > >>be > >>seeing an error? I think that I should be seeing an error,

Re: [Twisted-Python] Deprecated Modules

2013-04-12 Thread exarkun
On 11:14 am, ral...@ik.nu wrote: >On 2013-04-12 08:43, RJ Ewing wrote: >>If I import a deprecated module and then run the test-suite should I >>be >>seeing an error? I think that I should be seeing an error, but I am >>not. >>I am not sure if I am doing something wrong or if my local environment

Re: [Twisted-Python] Deprecated Modules

2013-04-12 Thread Ralph Meijer
On 2013-04-12 08:43, RJ Ewing wrote: > If I import a deprecated module and then run the test-suite should I be > seeing an error? I think that I should be seeing an error, but I am not. > I am not sure if I am doing something wrong or if my local environment > is weird. Twisted should always emit

Re: [Twisted-Python] Deprecated Modules

2013-04-12 Thread Itamar Turner-Trauring
On 04/12/2013 02:43 AM, RJ Ewing wrote: > If I import a deprecated module and then run the test-suite should I > be seeing an error? I think that I should be seeing an error, but I am > not. I am not sure if I am doing something wrong or if my local > environment is weird. > You should see a dep

[Twisted-Python] Deprecated Modules

2013-04-11 Thread RJ Ewing
If I import a deprecated module and then run the test-suite should I be seeing an error? I think that I should be seeing an error, but I am not. I am not sure if I am doing something wrong or if my local environment is weird. Thanks, RJ ___ Twisted-Pytho