Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 382 Bytes

porting.md

File metadata and controls

10 lines (8 loc) · 382 Bytes

Porting a project from fusepy to refuse

The import logic has changed.

Old (fusepy) New (refuse)
import fuse from refuse import high as fuse
import fusell from refuse import low as fusell
from fuse import something from refuse.high import something
from fusell import something from refuse.low import something