2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 05:56:03 +00:00

Unit.pm: remove FHEM:: prefix from 'use UConv '

git-svn-id: https://svn.fhem.de/fhem/trunk@13100 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-01-15 23:23:36 +00:00
parent 066a2edaf2
commit 87cc6f8894

View File

@ -3,7 +3,7 @@
use strict;
use warnings;
use Scalar::Util qw(looks_like_number);
use FHEM::UConv;
use UConv;
use Data::Dumper;
use utf8;
use Encode qw(encode_utf8 decode_utf8);