Bug 75462

Summary: Be able to mark data types as built in (python but is probably generic)
Product: [Applications] umbrello Reporter: cmg
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***