Fix tactic loader #191

Merged
merged 3 commits into from Apr 28, 2016

Conversation

Projects
None yet
3 participants
Contributor

bcsaller commented Apr 22, 2016

Description of change

Checklist

  • Have you followed Juju Solutions hacking guide?
  • Are all your commits [logically] grouped and squashed appropriately?
  • Does this patch have code coverage?
  • Does your code pass make test?

May I recommend:

module_path, class_name = full_class_string.rsplit('.', 1)

bcsaller added some commits Apr 22, 2016

@marcoceppi marcoceppi added this to the 2.1.PATCH milestone Apr 28, 2016

@marcoceppi marcoceppi merged commit f0fb2c9 into master Apr 28, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@marcoceppi marcoceppi deleted the fix_tactic_loader branch Apr 28, 2016

marcoceppi added a commit that referenced this pull request Apr 28, 2016

#191: Fix tactic loader (fixes #184)
* testing fix for import loader of tactics
* cleaner splits in classpath handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment