mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 03:02:16 +01:00 
			
		
		
		
	fix dropbox import
This commit is contained in:
		@@ -4,7 +4,7 @@ import resources.lib.utils as utils
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#don't die on import error yet, these might not even get used
 | 
					#don't die on import error yet, these might not even get used
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
    from . import dropbox
 | 
					    import dropbox
 | 
				
			||||||
except ImportError:
 | 
					except ImportError:
 | 
				
			||||||
    pass
 | 
					    pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user