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:
parent
066a2edaf2
commit
87cc6f8894
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user