simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Problem: imports in simphony.__init__ may cause import cycles #310

Closed mehdisadeghi closed 8 years ago

mehdisadeghi commented 8 years ago

Solution: move public API (imports in simphony.init.py) to simphony.api

Close #301

mehdisadeghi commented 8 years ago

@SGGgarcia @kitchoi please review the changes.

codecov-io commented 8 years ago

Current coverage is 71.52% (diff: 100%)

Merging #310 into master will increase coverage by <.01%

@@             master       #310   diff @@
==========================================
  Files           114        115     +1   
  Lines          6948       6949     +1   
  Methods           0          0          
  Messages          0          0          
  Branches        803        803          
==========================================
+ Hits           4969       4970     +1   
  Misses         1952       1952          
  Partials         27         27          

Powered by Codecov. Last update 4802f1e...5d14742

kitchoi commented 8 years ago

Looks good to me.