Kouhei Sutou
null+****@clear*****
Tue Jan 28 00:23:36 JST 2014
Kouhei Sutou 2014-01-28 00:23:36 +0900 (Tue, 28 Jan 2014) New Revision: 51bbcf9119a3e3814a44a0934443fd3387512079 https://github.com/groonga/groonga-gobject/commit/51bbcf9119a3e3814a44a0934443fd3387512079 Message: Add missing .new() Modified files: sample/groonga.py Modified: sample/groonga.py (+1 -1) =================================================================== --- sample/groonga.py 2014-01-28 00:19:17 +0900 (8ed2cdb) +++ sample/groonga.py 2014-01-28 00:23:36 +0900 (f709174) @@ -75,7 +75,7 @@ def run(context): break def main(): - context = Groonga.Context() + context = Groonga.Context.new() try: setup_database(context) setup_history() -------------- next part -------------- HTML����������������������������... Download