Changeset - 7c7da424b6e4
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-04-10 10:20:40
hanzz.k@gmail.com
fixed include
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/gen_dynamic_purple.py
Show inline comments
 
@@ -2,13 +2,13 @@ import sys
 
import os
 

	
 
methods = []
 
definitions = []
 

	
 
if len(sys.argv) != 2:
 
	print "Usage:", sys.argv[0], "<path_to_libpurple_dir>"
 
	print "Usage:", sys.argv[0], "<path_to_libpurple_dir_containing_libpurple_headers>"
 
	sys.exit(1)
 

	
 

	
 
def handle_file(cpp):
 
	global methods
 

	
0 comments (0 inline, 0 general)