Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pysvg.animate.set hides Python's set keyword #5

Open
GoogleCodeExporter opened this issue Mar 28, 2016 · 2 comments
Open

pysvg.animate.set hides Python's set keyword #5

GoogleCodeExporter opened this issue Mar 28, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

There's no way to access Python's set (or is there?) if your program begins as 
follows:

from pysvg.filter import *
from pysvg.gradient import *
from pysvg.linking import *
from pysvg.script import *
from pysvg.shape import *
from pysvg.structure import *
from pysvg.style import *
from pysvg.text import *
from pysvg.builders import *

The reason is that pysvg.animate.set hides Python's set keyword. Could PySVG 
rename this object to something else?

Original issue reported on code.google.com by baoille...@gmail.com on 7 Apr 2011 at 1:42

@GoogleCodeExporter
Copy link
Author

You could use an import alias. Something like: from pysvg.animate import set as 
_set

Original comment by clc...@gmail.com on 14 May 2011 at 8:04

@GoogleCodeExporter
Copy link
Author

Will rename set.

Original comment by kerim.ma...@gmail.com on 21 Jul 2011 at 10:46

  • Changed state: Started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant