Skip to content

Commit

Permalink
Move semver into lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yavorsky committed Nov 12, 2017
1 parent 3e0d489 commit 8979f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion persist.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import cache
from . import request
from . import log
from . import semver
from .lib import semver

class Persist:
def get_focused_view_id(self, view):
Expand Down

0 comments on commit 8979f75

Please sign in to comment.