mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 19:14:33 +02:00
modified backup.py to test dropbox api
added start of vfs.py to abstract file repos
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import xbmc
|
||||
import xbmcgui
|
||||
import xbmcvfs
|
||||
from resources.dropbox import client, rest, session
|
||||
from dropbox import client, rest, session
|
||||
import utils as utils
|
||||
import os
|
||||
import time
|
||||
|
Reference in New Issue
Block a user