File: 20_example_dirs_remove

package info (click to toggle)
python-networkx 1.7~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,128 kB
  • sloc: python: 44,557; makefile: 135
file content (16 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Don't created dirs for examples no more present
Author: Sandro Tosi <morph@debian.org>

Index: python-networkx-1.7~rc1/setup.py
===================================================================
--- python-networkx-1.7~rc1.orig/setup.py	2012-06-14 22:50:31.426168689 +0200
+++ python-networkx-1.7~rc1/setup.py	2012-06-14 22:50:31.450168960 +0200
@@ -68,7 +68,7 @@
           'graph',
           'multigraph',
           'pygraphviz',
-          'readwrite']:
+          'subclass']:
     dd=os.path.join(docdirbase,'examples',d)
     pp=os.path.join('examples',d)
     data.append((dd,glob(os.path.join(pp,"*.py"))))