umit.pm.gui.plugins.parser.Parser

Here are the examples of the python api umit.pm.gui.plugins.parser.Parser taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: packet-manipulator Source File: containers.py
    def parse_preferences(self):
        try:
            data = self.file.read('data/preferences.xml')

            self.parser = Parser()
            self.parser.parse_string(data)
        except Exception, err:
            return