menorki / python-calais

Automatically exported from code.google.com/p/python-calais
0 stars 0 forks source link

SyntaxError in calais.py #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm getting the following error when I import calais:

Traceback (most recent call in last):
  File "<stdin>", line 1, in ?
  File "/home/rubinsta/lib/python/calais.py", line 23
     class Calais():
                  ^ 
SyntaxError: invalid syntax

Getting rid of the () after the class declarations will solve the problem.

Original issue reported on code.google.com by rubinsztajn on 23 Jun 2009 at 3:46