Skip to content

Commit

Permalink
Use python3 for fcgi
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Feb 18, 2014
1 parent 37384e6 commit 2c47d4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/cabaret.fcgi
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
# This file is part of pygal
#
# A python svg graph plotting library
Expand Down

0 comments on commit 2c47d4d

Please sign in to comment.