Added Python Bindings directory to the About->Folders listing.

svn path=/trunk/; revision=28547
This commit is contained in:
Stig Bjørlykke 2009-05-31 18:30:07 +00:00
parent 5ed6a83dff
commit ccc30a5fc6
1 changed files with 6 additions and 0 deletions

View File

@ -431,6 +431,12 @@ about_folders_page_new(void)
"dissector plugins");
#endif
#ifdef HAVE_PYTHON
/* global python bindings */
about_folders_row(table, "Python Bindings", get_wspython_dir(),
"python bindings");
#endif
#ifdef HAVE_GEOIP
/* GeoIP */
path = geoip_db_get_paths();