Browse Source

backend.py: fix mistake in first line

Signed-off-by: KheOps <kheops@ceops.eu>
KheOps 9 years ago
parent
commit
1bbc022929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend.py

+ 1 - 1
backend.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 import cgi
 import os