File: 0001-Fix-Python-seadrive-import.patch

package info (click to toggle)
seadrive-fuse 3.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,568 kB
  • sloc: ansic: 33,492; makefile: 119; python: 116; sh: 104
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Moritz Schlarb <schlarbm@uni-mainz.de>
Date: Wed, 5 Jul 2023 10:08:05 +0200
Subject: Fix Python seadrive import

---
 python/seadrive/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/seadrive/__init__.py b/python/seadrive/__init__.py
index b90fea6..5820b15 100644
--- a/python/seadrive/__init__.py
+++ b/python/seadrive/__init__.py
@@ -1,2 +1,2 @@
 
-from rpcclient import SeadriveRpcClient as RpcClient
+from .rpcclient import SeadriveRpcClient as RpcClient