moved find()

master
richard@richard.do 2013-02-23 15:22:12 +00:00
parent 9b9530f453
commit 63d39dd8cd
1 changed files with 2 additions and 2 deletions

View File

@ -134,6 +134,8 @@ class Mega(object):
file['a'] = {'n': 'Rubbish Bin'}
return file
##########################################################################
# GET
def find(self, filename):
'''
Return file object from given filename
@ -143,8 +145,6 @@ class Mega(object):
if file[1]['a'] and file[1]['a']['n'] == filename:
return file
##########################################################################
# GET
def get_files(self):
'''
Get all files in account