Gorparth

Results 2 issues of Gorparth

I've implemented GDriveFS and OnedriveFS, I've inherited fuse.Fuse in my defined class, and instance is created like this if __name__ == '__main__': authed_usr = GDrive() gdrivefs = GoogleDriveFS(version = '%prog...

question

which function is same as FUSE in new python3 api fuse.Fuse doesn't seem to work where we give filesystem create class object and mount point etc can anyone tell that...