1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-20 01:57:39 +00:00

Linux path problem solved (finally)

This commit is contained in:
OzzieIsaacs
2016-08-07 10:32:45 +02:00
parent 5a0faf9950
commit 59136a9cc2
5 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from cps import db, ub
from cps import config
import db, ub
import config
from flask import current_app as app
import smtplib