-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump to 3.4.7.4. Syncing recent changes. (#1091)
- Loading branch information
Showing
32 changed files
with
1,603 additions
and
1,951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
#!/usr/bin/env python | ||
"""A module for registering all known parsers.""" | ||
|
||
from grr_response_core.lib import parsers | ||
from grr_response_core.lib.parsers import linux_release_parser | ||
|
||
|
||
def Register(): | ||
"""Adds all known parsers to the registry.""" | ||
# pyformat: disable | ||
|
||
# File multi-parsers. | ||
parsers.MULTI_FILE_PARSER_FACTORY.Register( | ||
"LinuxReleaseInfo", linux_release_parser.LinuxReleaseParser) | ||
|
||
# pyformat: enable |
Oops, something went wrong.