Initial commit
This commit is contained in:
7
Crx/util.py
Normal file
7
Crx/util.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .connection import Connection
|
||||
|
||||
|
||||
def get_simple_con():
|
||||
con = Connection()
|
||||
con.login_basic('admin', 'admin')
|
||||
return con
|
||||
Reference in New Issue
Block a user