Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dmwm/DBSClient
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 16, 2024
2 parents cc5dbf5 + df14cab commit ad3b271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ We can quickly check if library work using the python interpreter in the termina
Then you can try to import dbsClient and RestClient (which is dbs3-pycurl):

```python
from dbsClient.apis.dbsClient import *
from dbs.apis.dbsClient import *
from RestClient.RestApi import RestApi
```

Expand All @@ -216,7 +216,7 @@ You can run the following python script to ensure you can read:

```python
# DBS-3 imports
from dbsClient.apis.dbsClient import *
from dbs.apis.dbsClient import *
url="https://cmsweb-testbed.cern.ch/dbs/prod/global/DBSReader/"
# API Object
dbs3api = DbsApi(url=url)
Expand Down

0 comments on commit ad3b271

Please sign in to comment.