BZ 434582.

This commit is contained in:
Gwyn Ciesla 2008-02-22 23:22:01 +00:00
commit e4cd09894c
2 changed files with 5 additions and 2 deletions

6
pcapdiff.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
if __name__ == '__main__':
import sys
sys.path.insert(0, '/usr/share/pcapdiff')
from pcapdiff import main
main()