forked from pool/python-sphinxcontrib-blockdiag
		
	OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-blockdiag?expand=0&rev=15
		
			
				
	
	
		
			13 lines
		
	
	
		
			366 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			366 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: sphinxcontrib-blockdiag-3.0.0/tests/test_errors.py
 | 
						|
===================================================================
 | 
						|
--- sphinxcontrib-blockdiag-3.0.0.orig/tests/test_errors.py
 | 
						|
+++ sphinxcontrib-blockdiag-3.0.0/tests/test_errors.py
 | 
						|
@@ -1,6 +1,6 @@
 | 
						|
 # -*- coding: utf-8 -*-
 | 
						|
 
 | 
						|
-from mock import patch
 | 
						|
+from unittest.mock import patch
 | 
						|
 
 | 
						|
 import os
 | 
						|
 import sys
 |