<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,13 +44,11 @@ class Rules(list):
     def load(self, rules):
         if isinstance(rules, basestring):
             rules = [rules]
-        new_rules = []
         for rule in rules:
             rule = rule.strip()
             if not rule or rule.startswith('//'): continue
             rule = rule.split()[0] # read only to the first white space
-            new_rules.append(rule)
-        self.extend(new_rules)
+            self.append(rule)
 
 
 if __name__ == '__main__':</diff>
      <filename>effectivetlds.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74aef8f30ba4bf534b15f6f76ca51b1ce33641b0</id>
    </parent>
  </parents>
  <author>
    <name>Joel Watts</name>
    <email>joel@joelwatts.com</email>
  </author>
  <url>http://github.com/jpwatts/effectivetlds/commit/853dd97e7a1efcdd4ff68312825220abba3bfee1</url>
  <id>853dd97e7a1efcdd4ff68312825220abba3bfee1</id>
  <committed-date>2008-11-19T22:37:05-08:00</committed-date>
  <authored-date>2008-11-19T22:37:05-08:00</authored-date>
  <message>Simplified Rules.load.</message>
  <tree>de88e2398d20d37eb8664df960d76b26c81451d6</tree>
  <committer>
    <name>Joel Watts</name>
    <email>joel@joelwatts.com</email>
  </committer>
</commit>
