Call the different functions to parse the browsers
()
| 790 | ParseChromeProfile(User, UsersChromePath) |
| 791 | |
| 792 | def ParseBrowsers(): |
| 793 | ''' Call the different functions to parse the browsers ''' |
| 794 | |
| 795 | PrintAndLog(u'Browsers', 'SECTION') |
| 796 | |
| 797 | ParseSafari() |
| 798 | ParseFirefox() |
| 799 | ParseChrome() |
| 800 | |
| 801 | def ParsePackagesDir(PackagesDirPath): |
| 802 | ''' Parse the packages in a directory ''' |
no test coverage detected