Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=586777 Thomas Spura <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Thomas Spura <[email protected]> 2010-04-28 07:27:46 EDT --- As already discussed on IRC, it would be better to make a library here: I think this could be usefull for other packages too, so other could simply import this and then work with it. So you could install it in %{python3_sitelib} and set up a starter script (I'm sure upstream will incorporate it). e.g.: #!/usr/bin/python3 from glyphtracer import start_program start_program() (Currently untested, but should work) (By the way, is this python3 or python2, you BR python3, but it starts with python2...) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
