Changeset 1a3d21


Ignore:
Timestamp:
11/09/09 17:02:18 (4 years ago)
Author:
Tiago de Paula Peixoto <tiago@…>
Branches:
master, python3
Children:
5c935b
Parents:
6ed7bd
git-author:
Tiago de Paula Peixoto <tiago@…> (11/09/09 17:02:18)
git-committer:
Tiago de Paula Peixoto <tiago@…> (11/09/09 17:02:18)
Message:
Fix trivial bug in 'all' module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/graph_tool/all.py

    r88fe82 r1a3d21  
    4545import graph_tool.community 
    4646from graph_tool.run_action import * 
    47 graph_tool.run_action 
     47import graph_tool.run_action 
    4848from graph_tool.topology import * 
    4949import graph_tool.topology 
Note: See TracChangeset for help on using the changeset viewer.