Skip to content

Commit

Permalink
Make indentation uniform.
Browse files Browse the repository at this point in the history
  • Loading branch information
amrav committed Jan 26, 2012
1 parent d21e4e2 commit fb2af83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions algorithms/emot.py
Expand Up @@ -32,12 +32,12 @@ def __init__(self):

class user:
def __init__(self,name):
self.name = name
self.emo = {}
self.statement_number = 0
self.name = name
self.emo = {}
self.statement_number = 0
##print 'initatiated', self.name
for emoticon in emoticons:
self.emo[emoticon]=0
for emoticon in emoticons:
self.emo[emoticon]=0

def emoticons_search (statements, downlimit, uplimit):

Expand Down

0 comments on commit fb2af83

Please sign in to comment.