remove the shebang from views.py file

This commit is contained in:
Andreas Zweili 2017-12-27 18:48:45 +01:00
parent 23effb203a
commit 24d066a2de

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
from django.shortcuts import get_object_or_404, render
from .models import (GeneralDevice, Computer, CronJob,
ComputerRamRelation,