Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit c87180c

Browse files
committed
Merge branch 'master' of https://github.com/whtsky/catsup
Conflicts: catsup/config.py
2 parents a620eaf + ee24509 commit c87180c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

catsup/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
define('common_template_path', type=str, default=os.path.join(options.catsup_path, 'template'), help='common template path')
3939
define('deploy_path', type=str, default=os.path.join(os.path.dirname(options.catsup_path), 'deploy'), help='catsup deploy path')
4040
define('themes_path', type=str, default=os.path.join(options.catsup_path, 'themes'), help='themes path')
41-
#define('ui_module_path', type=str, default=os.path.join(options.common_template_path, 'modules'), help='Tornado UIModule path')
4241
define('settings', type=str, default=os.path.join(os.path.expanduser('~'), '.catsuprc'), help='catsup settings file path')
4342

4443
# for catsup use, do not delete them

catsup/uimodules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-* coding:utf-8 -*-
1+
#coding=utf-8
22
from tornado.web import UIModule
33
from tornado.options import options
44

catsup/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#coding=utf-8
12
from __future__ import with_statement
23

34
import os

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
2+
#coding=utf-8
33

44
from setuptools import setup, find_packages
55

0 commit comments

Comments
 (0)