Skip to content

Commit

Permalink
Updated silkweb to support duplicate type names in various classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vss committed Aug 15, 2017
1 parent 997b61e commit abc727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/silk/silkapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"""

__appname__ = 'SilkAPI'
__version__ = "1.80"
__version__ = "1.81"

import sys, re, silk, json, types, cgi, os, datetime, getopt, logging, imp, argparse, csv, warnings
from xml.etree.ElementTree import Element, tostring
Expand Down

0 comments on commit abc727a

Please sign in to comment.