Skip to content

Commit

Permalink
Merge pull request #388 from 0/import-serviceentry
Browse files Browse the repository at this point in the history
Reporting/Storage: Import ServiceEntry
  • Loading branch information
AlexanderS authored May 8, 2017
2 parents 48aec74 + ec486e4 commit b02c686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def load_django_models():
# pylint: disable=W0602
global Interaction, PackageEntry, FilePerms, PathEntry, LinkEntry, \
Group, Client, Bundle, TYPE_EXTRA, TYPE_BAD, TYPE_MODIFIED, \
FailureEntry, Performance, BaseEntry
FailureEntry, Performance, BaseEntry, ServiceEntry
# pylint: enable=W0602

from Bcfg2.Reporting.models import \
Interaction, PackageEntry, FilePerms, PathEntry, LinkEntry, \
Group, Client, Bundle, TYPE_EXTRA, TYPE_BAD, TYPE_MODIFIED, \
FailureEntry, Performance, BaseEntry
FailureEntry, Performance, BaseEntry, ServiceEntry


def get_all_field_names(model):
Expand Down

0 comments on commit b02c686

Please sign in to comment.