<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -70,6 +70,8 @@ def write_features(features, fileobj):
 
 def emit_features_file(wxdir, destfile):
     features = get_enabled_features(find_setup_h(wxdir))
+    if not os.path.isdir(os.path.split(destfile)[0]):
+        os.makedirs(os.path.split(destfile)[0])
     with open(destfile, 'w') as f:
         f.write(features_header)
         write_features(features, f)</diff>
      <filename>wxpyfeatures.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f49c832a54795d8c8d8827f211b3a8888f130a2d</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Watters</name>
    <email>kevinwatters@gmail.com</email>
  </author>
  <url>http://github.com/kevinw/wxpy/commit/ebe3bc6ffd7148c4852070cd78d6c6a36404b72f</url>
  <id>ebe3bc6ffd7148c4852070cd78d6c6a36404b72f</id>
  <committed-date>2008-07-10T13:06:12-07:00</committed-date>
  <authored-date>2008-07-10T13:06:12-07:00</authored-date>
  <message>Make</message>
  <tree>363827071a6cfe0e3523c53236eb28f1ab2b2a12</tree>
  <committer>
    <name>Kevin Watters</name>
    <email>kevinwatters@gmail.com</email>
  </committer>
</commit>
