Remove swear words from source code

This commit is contained in:
Daniel James 2013-09-23 16:16:51 +01:00
parent 9de8b6634c
commit 577bbf14b6
10 changed files with 22 additions and 26 deletions

View file

@ -234,7 +234,7 @@ class AirtimeApiClient(object):
def get_schedule(self):
# TODO : properly refactor this routine
# For now the return type is a little fucked for compatibility reasons
# For now the return type is a little messed up for compatibility reasons
try: return (True, self.services.export_url())
except: return (False, None)