Blob Blame History Raw
From 8d9074d8182a2883525ef024e66917a4de7f7894 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
Date: Wed, 3 Dec 2014 23:18:57 -0500
Subject: [PATCH] Mark run_tutorial_a executable same as other examples

---
 pysb/examples/run_tutorial_a.py | 3 +++
 1 file changed, 3 insertions(+)
 mode change 100644 => 100755 pysb/examples/run_tutorial_a.py

diff --git a/pysb/examples/run_tutorial_a.py b/pysb/examples/run_tutorial_a.py
old mode 100644
new mode 100755
index b3f11906c4..e3b83ca151
--- a/pysb/examples/run_tutorial_a.py
+++ b/pysb/examples/run_tutorial_a.py
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+"""Run the first example in the tutorial and print the results."""
+
 from pysb.integrate import Solver
 from tutorial_a import model
 
-- 
1.9.3