Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
possible design of the BTC batch taxonomic check. #229.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Dec 26, 2015
1 parent 4e9d706 commit 30581a8
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 264 deletions.
3 changes: 3 additions & 0 deletions bauble/plugins/plants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
)
from bauble.plugins.plants.geography import (
Geography, get_species_in_geography)
from taxonomy_check import (
TaxonomyCheckTool)
import bauble.search as search
from bauble.view import SearchView
from bauble.ui import DefaultView
Expand Down Expand Up @@ -201,6 +203,7 @@ def update(self):


class PlantsPlugin(pluginmgr.Plugin):
tools = [TaxonomyCheckTool]

@classmethod
def init(cls):
Expand Down

0 comments on commit 30581a8

Please sign in to comment.