libvirt/python
Jim Meyering dc42a9d2de remove Vim and Emacs variable settings from C source files
Done with these commands:
git grep -l Local.variab|xargs \
  perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,'

git grep -l Local.variab|xargs \
  perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
2008-04-10 16:53:29 +00:00
..
tests Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
.cvsignore Fixed up numerous compiler warnings 2007-03-06 21:55:44 +00:00
Makefile.am Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
TODO * python/*: update of the python bindings, fix names, add 2006-01-31 10:24:12 +00:00
generator.py Fix potential infinite loop in python generator 2008-04-08 08:26:15 +00:00
libvir.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
libvir.py Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
libvirt-python-api.xml Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
libvirt_wrap.h Many typos fixed (Atsushi SAKAI). 2008-02-29 12:53:10 +00:00
types.c Added python binding for storage APIs 2008-02-20 15:26:22 +00:00