13 lines
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# HG changeset patch
 | 
						|
# Parent 8a986919a3e22cd7cca51210820c09d4545dc60d
 | 
						|
diff --git a/__manifest__.py b/__manifest__.py
 | 
						|
--- a/__manifest__.py
 | 
						|
+++ b/__manifest__.py
 | 
						|
@@ -3,5 +3,5 @@
 | 
						|
     'name': "Web Example",
 | 
						|
     'description': "Basic example of a (future) web module",
 | 
						|
     'category': 'Hidden',
 | 
						|
-    'depends': ['base'],
 | 
						|
+    'depends': ['web'],
 | 
						|
 }
 |