From: Lawrence D'Oliveiro on
Subtle...
From: Chris Rebert on
On Tue, Mar 16, 2010 at 12:40 AM, Lawrence D'Oliveiro
<ldo(a)geek-central.gen.new_zealand> wrote:
> Subtle...

You're a bit behind the times.
If my calculations are right, that comic is over 2 years old.

Cheers,
Chris
From: Stefan Behnel on
Lawrence D'Oliveiro, 16.03.2010 08:40:
> Subtle...

Absolutely.

Python 2.4.6 (#2, Jan 21 2010, 23:45:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import antigravity
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named antigravity


Stefan

From: Chris Rebert on
On Tue, Mar 16, 2010 at 12:51 AM, Stefan Behnel <stefan_ml(a)behnel.de> wrote:
> Lawrence D'Oliveiro, 16.03.2010 08:40:
>>
>> Subtle...
>
> Absolutely.
>
>  Python 2.4.6 (#2, Jan 21 2010, 23:45:25)
>  [GCC 4.4.1] on linux2
>  Type "help", "copyright", "credits" or "license" for more information.
>  >>> import antigravity
>  Traceback (most recent call last):
>    File "<stdin>", line 1, in ?
>  ImportError: No module named antigravity

http://svn.python.org/view/python/trunk/Lib/antigravity.py?view=markup&pathrev=66902

Cheers,
Chris
--
http://blog.rebertia.com
From: Ulrich Eckhardt on
Chris Rebert wrote:
> You're a bit behind the times.
> If my calculations are right, that comic is over 2 years old.

import timetravel

Uli