File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- from licensing .models import *
2- from licensing .helpers import *
3- from licensing .methods import *
File renamed without changes.
Original file line number Diff line number Diff line change 55@author: Artem Los
66"""
77
8- from helpers import Helpers
9- from models import *
8+ from licensing . internal import Helpers
9+ from licensing . models import *
1010
1111class Key :
1212
Original file line number Diff line number Diff line change 22setup (
33 name = 'licensing' , # How you named your package folder (MyLib)
44 packages = ['licensing' ], # Chose the same as "name"
5- version = '0.1 ' , # Start with a small number and increase it with every change you make
5+ version = '0.2 ' , # Start with a small number and increase it with every change you make
66 license = 'MIT' , # Chose a license from here: https://help.github.com/articles/licensing-a-repository
77 description = 'Client library for Cryptolens licensing Web API.' , # Give a short description about your library
88 author = '' , # Type in your name
Original file line number Diff line number Diff line change 55@author: Artem Los
66"""
77
8- from helpers import Helpers
9- from models import Response , RSAPublicKey
10- from methods import Key
8+ from licensing . internal import Helpers
9+ from licensing . models import Response , RSAPublicKey
10+ from licensing . methods import Key
1111
1212pubKey = "<RSAKeyValue><Modulus>sGbvxwdlDbqFXOMlVUnAF5ew0t0WpPW7rFpI5jHQOFkht/326dvh7t74RYeMpjy357NljouhpTLA3a6idnn4j6c3jmPWBkjZndGsPL4Bqm+fwE48nKpGPjkj4q/yzT4tHXBTyvaBjA8bVoCTnu+LiC4XEaLZRThGzIn5KQXKCigg6tQRy0GXE13XYFVz/x1mjFbT9/7dS8p85n8BuwlY5JvuBIQkKhuCNFfrUxBWyu87CFnXWjIupCD2VO/GbxaCvzrRjLZjAngLCMtZbYBALksqGPgTUN7ZM24XbPWyLtKPaXF2i4XRR9u6eTj5BfnLbKAU5PIVfjIS+vNYYogteQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue>"
1313
You can’t perform that action at this time.
0 commit comments