Skip to content

Commit

Permalink
Fix import version
Browse files Browse the repository at this point in the history
  • Loading branch information
s4int committed Jun 3, 2020
1 parent 222a54c commit a58c0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BrowserMobProxyLibrary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from browsermobproxy import Server
from browsermobproxy import RemoteServer
import json
from version import VERSION
from .version import VERSION

__version__ = VERSION

Expand Down

0 comments on commit a58c0a3

Please sign in to comment.