Skip to content

Commit

Permalink
Merge pull request #13 from grycap/dev-calarcon
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
catttam authored Sep 18, 2023
2 parents b5caa3d + 3c5fbe7 commit 403ce1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oscar_python/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import yaml
import liboidcagent as agent
import oscar_python._utils as utils
from default_client import DefaultClient
from oscar_python.default_client import DefaultClient
from oscar_python.storage import Storage

_INFO_PATH = "/system/info"
Expand Down
2 changes: 1 addition & 1 deletion oscar_python/client_anon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from default_client import DefaultClient
from oscar_python.default_client import DefaultClient

class AnonymousClient(DefaultClient):
#Cluster info
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Stores the package version."""


__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 403ce1c

Please sign in to comment.