Compare commits
2 commits
0315871169
...
7325b3956b
Author | SHA1 | Date | |
---|---|---|---|
7325b3956b | |||
f6c354476b |
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
import json
|
import json
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
|
|
||||||
|
from .api import HappyError
|
||||||
|
|
||||||
class AuthUser:
|
class AuthUser:
|
||||||
|
|
||||||
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "happydomain"
|
name = "happydomain"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
||||||
]
|
]
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "happydomain",
|
name = "happydomain",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue