Last change
on this file since 4035 was
4035,
checked in by Jean-Yves Lamoureux, 11 years ago
|
- Added 'neercs' python module, with dummy 'version' method
|
File size:
649 bytes
|
Line | |
---|
1 | /* |
---|
2 | * neercs console-based window manager |
---|
3 | * Copyright (c) 2009 Jean-Yves Lamoureux <jylam@lnxscene.org> |
---|
4 | * All Rights Reserved |
---|
5 | * |
---|
6 | * $Id: py_module.c 3996 2009-11-22 12:41:45Z jylam $ |
---|
7 | * |
---|
8 | * This program is free software. It comes without any warranty, to |
---|
9 | * the extent permitted by applicable law. You can redistribute it |
---|
10 | * and/or modify it under the terms of the Do What The Fuck You Want |
---|
11 | * To Public License, Version 2, as published by Sam Hocevar. See |
---|
12 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
---|
13 | */ |
---|
14 | |
---|
15 | #include "config.h" |
---|
16 | |
---|
17 | #ifdef USE_PYTHON |
---|
18 | |
---|
19 | #include <Python.h> |
---|
20 | |
---|
21 | PyObject* PyInit_neercs(void); |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.