1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Expiration date is now displayed for each paste

This commit is contained in:
sam
2012-05-22 19:58:23 +02:00
parent 7b8108ea6b
commit d12718d9dd
7 changed files with 62 additions and 11 deletions

View File

@ -5,9 +5,8 @@
######## NOT SETTINGS, JUST BOILER PLATE ##############
import os
import math
VERSION = '0.1'
VERSION = '0.1.1'
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')