Bug 75462 - Be able to mark data types as built in (python but is probably generic)
Summary: Be able to mark data types as built in (python but is probably generic)
Status: RESOLVED DUPLICATE of bug 74429
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 21:45 UTC by cmg
Modified: 2004-02-20 14:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cmg 2004-02-17 21:45:40 UTC
Version:            (using KDE KDE 3.2.0)
OS:          Linux

I work in python and there are plenty of things which are built in datatypes ( bool -> True/False, dict, tuple, string, functions, methods etc. ).

When I add a datatype to the project, and generate code, I get "import Int from *" when I really don't want anything there at all.

This is probably a generic problem for all languages though the python generator is the only one I've used.
Comment 1 Jonathan Riddell 2004-02-20 14:28:35 UTC
This would be solved by solving 74429

*** This bug has been marked as a duplicate of 74429 ***