Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Revert "Expose pulpcore_version to plugin writers"
This reverts commit b3af3ad.
- Loading branch information
1 parent
b3af3ad
commit 4582731
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,2 @@ | ||
| # plugins declare that they are a pulp plugin by subclassing PulpPluginAppConfig | ||
| from pulpcore.app.apps import PulpPluginAppConfig # noqa | ||
|
|
||
| # allow plugins to access the pulpcore version | ||
| from pulpcore import __version__ as pulpcore_version # noqa |