sparkslabs / kamaelia

Kamaelia is a toolset that had the aim of making working with concurrency simple and reusable. It is now retired in favour of Guild. (This is the definitive repository for kamaelia however)
Other
12 stars 6 forks source link

Imports fixes #9

Closed sparkslabs closed 8 months ago

sparkslabs commented 8 months ago

Large variety of import related fixes. These remove wildcards, and make things installable again in many cases. There's a handful for py3 related fixes too. This is primarily, initially, working towards "Fixing the breakage on Kamaelia site" as described in https://github.com/sparkslabs/kamaelia/issues/7

At this point, all the files can now be imported, and we should be able to differentiate between names originating in the file and names imported into the namespace. (Parsing simple import lines to find names to remove is a relatively simple task)