Skip to content

Commit

Permalink
Added navigator_domains set for navigator plugins, FLTD-55
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Paganelli committed Apr 12, 2016
1 parent e2a71da commit a5fb1e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions misura/canon/dataimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from . import reference

registry = []
navigator_domains = set([])

def base_dict():
"""Returns a dictionary containing typical options for a legal configurable object"""
Expand Down
1 change: 0 additions & 1 deletion misura/canon/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""Generalized logging utilities"""
import os
import logging
from traceback import print_exc
from datetime import datetime
import csutil

Expand Down

0 comments on commit a5fb1e6

Please sign in to comment.