From 3f3c1978e400bbab58baef7ccad873dae538f7aa Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 16 Nov 2018 11:49:43 -0500 Subject: [PATCH] Use Python 2 to build the database graphs. Signed-off-by: Randy Barlow --- docs/generate_db_schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generate_db_schema b/docs/generate_db_schema index a1fd83ec..c4472b44 100755 --- a/docs/generate_db_schema +++ b/docs/generate_db_schema @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python2 """ Generate an image of the database schema """ -- 2.19.1