Skip to content

Commit 3f7dbbb

Browse files
committed
Fix platform module import in mdimggen.
1 parent 509cc33 commit 3f7dbbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openscad_docsgen/mdimggen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import glob
99
import os.path
1010
import argparse
11+
import platform
1112

1213
from .errorlog import errorlog, ErrorLog
1314
from .imagemanager import image_manager

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "2.0.34"
5+
VERSION = "2.0.35"
66

77

88
with open('README.rst') as f:

0 commit comments

Comments
 (0)