Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193937 | Differences between
and this patch

Collapse All | Expand All

(-)kombilo05/v.py~ (-1 / +1 lines)
Lines 42-48 Link Here
42
from string import split, find, replace, join, strip
42
from string import split, find, replace, join, strip
43
from copy import copy, deepcopy
43
from copy import copy, deepcopy
44
from math import sqrt
44
from math import sqrt
45
from whrandom import randint
45
from random import randint
46
46
47
try:
47
try:
48
    from kombilo.sgfpars import Node, Cursor, SGFError, SGFescape
48
    from kombilo.sgfpars import Node, Cursor, SGFError, SGFescape
(-)kombilo05/board1.py~ (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
25
26
from Tkinter import *
26
from Tkinter import *
27
from whrandom import randint
27
from random import randint
28
import math
28
import math
29
import sys
29
import sys
30
import os
30
import os

Return to bug 193937