Skip to content

Commit

Permalink
Author, license, version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcrawfo committed Aug 17, 2015
1 parent 5ba9359 commit 0f54a38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
8 changes: 3 additions & 5 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
pysis is written and maintained by **Chet Helms** and
pysis is written and maintained by **ndustrial.io** and

various contributors:

Development Lead
=================

- Chet Helms<[email protected]>
- John Crawford<[email protected]>
- John Hunt<[email protected]>

Designs and concepts taken from
----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 Chet Helms
Copyright (c) 2015 ndustrial.io, Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion pysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-

__title__ = 'pysis'
__version__ = '0.5'
__version__ = '0.5.1'
__author__ = 'Chet Helms,John Crawford'
__email__ = '[email protected]'
__license__ = ''
Expand Down
8 changes: 1 addition & 7 deletions pysis/sis.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,7 @@ def workers(self):
data = s.organizations.get()
for org in data:
print(str(org.id) + ' : ' + org.name + ' : ' + org.created_at)

#Example refresh token
#oauthResp = s.oauth.refreshToken(client_id='lineage',
# client_secret='secret',
# refresh_token='65ed6a531be255d29b13a4aeb68559dd9e3dab39'
# )


print("---------\n")
org1 = s.organizations.get(id=32)
print(str(org1.id) + ' : ' + org1.name + ' : ' + org1.created_at)
Expand Down

0 comments on commit 0f54a38

Please sign in to comment.