From 0c168d0027f3350344d0fcdf16c554dcc8f3c92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Fri, 2 Oct 2015 11:22:06 +0200 Subject: Remove deprecated files. --- sister.py | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 sister.py (limited to 'sister.py') diff --git a/sister.py b/sister.py deleted file mode 100644 index 20d8f1d..0000000 --- a/sister.py +++ /dev/null @@ -1,38 +0,0 @@ -# coding=utf-8 -# najprej opis -description = """\ -

Sister

-

Predikat sister(X, Y) velja natanko takrat, kadar je X sestra od Y. -Primer klica:

-

-?- sister(X, patricia).
-  X = vanessa. -

""" - -# in zdaj hinti -hint = {} # to je komentar -hint['must_have_common_parent'] = """ -X in Y morata imeti (vsaj enega) skupnega starša.
- - -""" - -hint['x_must_be_female'] = "X mora biti ženskega spola." -hint['x_cant_be_own_sister'] = "X ne more biti sestra sama sebi." -hint['y_not_necessarily_woman'] = "Y ni nujno ženskega spola / relacija ni simetrična." - -# a drop-down hint must supply the arguments: start (int), end (int), choices (array of string) -hint['drop_down'] = { - 'type': 'dropdown' -} -# a pop-up hint must supply the arguments: start (int), end (int), args (object of key-value args for the template, optional) -hint['popup_unknown'] = { - 'type': 'popup', - 'message': 'nekaj si zabluzil v vrstici [%=row%]' -} -# a static hint can supply an optional argument: args (object of key-value args for the template) -# a static hint can also be defined as a string instead of an object -hint['sample_static'] = { - 'type': 'static', - 'message': 'A sample static hint' -} -- cgit v1.2.1