source: mermaidmacro/1.0/tracmermaid/__init__.py

Last change on this file was 16902, checked in by Ryan J Ollos, 6 years ago

TracMermaid 0.4.1: Fix undefined variable

Require Trac >= 1.0.

Refs #13305.

File size: 313 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# Copyright (C) 2016 tkob <ether4@gmail.com>
4# All rights reserved.
5#
6# This software is licensed as described in the file COPYING, which
7# you should have received as part of this distribution.
8
9import pkg_resources
10from tracmermaid import mermaid
11
12pkg_resources.require('Trac >= 1.0')
Note: See TracBrowser for help on using the repository browser.