dever 6 years ago
parent
commit
e9b6c9ba08
3 changed files with 3 additions and 0 deletions
  1. 1 0
      admin.py
  2. 1 0
      cron.py
  3. 1 0
      front.py

+ 1 - 0
admin.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
     demeter web

+ 1 - 0
cron.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 import time
 from demeter.core import *

+ 1 - 0
front.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
     demeter web