Skip to content

Commit

Permalink
sisyphus.control -> sisyphus_control
Browse files Browse the repository at this point in the history
The former betrays my C++/C#/Java roots ;-). Others can't easily create a
sisyphus.anything_else and have it coexist with this thing.
  • Loading branch information
jkeljo committed May 21, 2018
1 parent aa62d17 commit 7eccde2
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Finding tables on your network
To find the IP addresses of all tables on your local network. This is a very naive search; it assumes your subnet
mask is ``255.255.255.0``::

from sisyphus.control import Table
from sisyphus_control import Table

ip_addrs = await Table.find_table_ips()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.5",
],
keywords="sisyphus",
packages=["sisyphus/control"],
packages=["sisyphus_control"],
install_requires=[
"aiohttp",
"netifaces",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7eccde2

Please sign in to comment.