Skip to content

Commit

Permalink
removed egg-info, fixed bug in config script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpettyp committed Oct 18, 2016
1 parent 59fd2a2 commit 1cd1c51
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
env/
build/
*.sw*
*.egg-info
2 changes: 1 addition & 1 deletion src/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def update_from_input(self):
self.streaming_hostname = streaming_hostnames[index]

print("> API host selected is: {}".format(self.hostname))
print("> Streaming host selected is: {}".format(self.hostname))
print("> Streaming host selected is: {}".format(self.streaming_hostname))
print()

self.username = input.get_string("Enter username", self.username)
Expand Down
10 changes: 0 additions & 10 deletions src/v20_python_samples.egg-info/PKG-INFO

This file was deleted.

12 changes: 0 additions & 12 deletions src/v20_python_samples.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/v20_python_samples.egg-info/dependency_links.txt

This file was deleted.

4 changes: 0 additions & 4 deletions src/v20_python_samples.egg-info/entry_points.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/v20_python_samples.egg-info/top_level.txt

This file was deleted.

0 comments on commit 1cd1c51

Please sign in to comment.