浏览代码

Gee, printf ... to much C lately ?

oz123 11 年之前
父节点
当前提交
5ea783d976
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/pwman3

+ 1 - 1
scripts/pwman3

@@ -118,7 +118,7 @@ def get_conf_options(args, OSX):
 
     dbtype = config.get_value("Database", "type")
     if not dbtype:
-        printf("Could not read the Database type from the config!")
+        print("Could not read the Database type from the config!")
         sys.exit(1)
 
     return xselpath, dbtype