Skip to content

Commit

Permalink
fixed predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Jan 20, 2017
1 parent 880c87e commit 9e397ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beards/postcats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import telepot
import telepot.aio
from skybeard.beards import BeardChatHandler
from skybeard.predicate import regex_predicate
from skybeard.predicates import regex_predicate

class PostCats(BeardChatHandler):
__userhelp__ = """
Expand Down
3 changes: 2 additions & 1 deletion beards/sentiment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import re
import telepot
import telepot.aio
from skybeard.beards import BeardChatHandler, Filters
from skybeard.beards import BeardChatHandler
from skybeard.predicates import Filters
from . import sentiment as sent
from . import config

Expand Down

0 comments on commit 9e397ce

Please sign in to comment.