Skip to content

Commit

Permalink
Remove last vestiges of Google Voice support
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Nagle committed Jun 23, 2016
1 parent 0884ff1 commit d7873f4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 156 deletions.
72 changes: 0 additions & 72 deletions messager/aethericmsgfeed.py

This file was deleted.

82 changes: 0 additions & 82 deletions messager/pygooglevoicepatches.py

This file was deleted.

2 changes: 1 addition & 1 deletion messager/twiliofeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def doservercmd(logger, accountsid, ourphoneno, cmd, v1=None, v2=None) :
fd.close() # done with open
return(result) # return result
#
# class SMSfeed -- read SMS messages from a Google Voice account.
# class SMSfeed -- read SMS messages from our server, which has an API.
#
class Twiliofeed(feedmanager.Feed) :

Expand Down
1 change: 0 additions & 1 deletion messager/userinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#
# Globals
#
DEFAULTCONFIG = "configdefault.cfg"

LONGPROMPT = "\nType N for news, W for weather, S to send, O for off, CR to wait: "
SHORTPROMPT = "\nN, W, S, O, or CR: "
Expand Down

0 comments on commit d7873f4

Please sign in to comment.