Compare commits
No commits in common. "7325b3956bda25f1d67730ea2780250791c8fd1d" and "03158711696f5b4cd359d47372068690565a5e6f" have entirely different histories.
7325b3956b
...
0315871169
@ -1,8 +1,6 @@
|
|||||||
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.7"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user